Uses of Class
org.eclipse.jetty.http.pathmap.MappedResource
Packages that use MappedResource
Package
Description
Jetty Server : Modular Servlet Integration
-
Uses of MappedResource in org.eclipse.jetty.http.pathmap
Methods in org.eclipse.jetty.http.pathmap that return MappedResourceModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.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()
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 TypeMethodDescriptionvoid
PathMappings.removeIf
(Predicate<MappedResource<E>> predicate) -
Uses of MappedResource in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return MappedResourceModifier and TypeMethodDescriptionServletHandler.getHolderEntry
(String target) Deprecated.UseServletHandler.getMatchedServlet(String)
instead
PathMappings.getMatched(String)
instead