Uses of Class
org.eclipse.jetty.http.pathmap.MappedResource
Packages that use MappedResource
-
Uses of MappedResource in org.eclipse.jetty.http.pathmap
Methods in org.eclipse.jetty.http.pathmap that return types with arguments of type MappedResourceModifier and TypeMethodDescriptionPathMappings.getMappings()
PathMappings.getMatches
(String path) Return a list of MappedResource matches for the specified path.PathMappings.iterator()
PathMappings.streamResources()
Methods in org.eclipse.jetty.http.pathmap with parameters of type MappedResourceModifier and TypeMethodDescriptionint
MappedResource.compareTo
(MappedResource<E> other) Comparison is based solely on the pathSpecMethod parameters in org.eclipse.jetty.http.pathmap with type arguments of type MappedResourceModifier and TypeMethodDescriptionboolean
PathMappings.removeIf
(Predicate<MappedResource<E>> predicate)