Uses of Class
org.eclipse.jetty.http.pathmap.MappedResource
Package
Description
Jetty Server : Modular Servlet Integration
-
Uses of MappedResource in org.eclipse.jetty.http.pathmap
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionPathMappings.getMappings()
PathMappings.getMatches
(String path) Return a list of MappedResource matches for the specified path.PathMappings.iterator()
Modifier and TypeMethodDescriptionint
MappedResource.compareTo
(MappedResource<E> other) Comparison is based solely on the pathSpecModifier and TypeMethodDescriptionvoid
PathMappings.removeIf
(Predicate<MappedResource<E>> predicate) -
Uses of MappedResource in org.eclipse.jetty.servlet
Modifier and TypeMethodDescriptionServletHandler.getHolderEntry
(String target) Deprecated.UseServletHandler.getMatchedServlet(String)
instead
PathMappings.getMatched(String)
instead