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
Fields in org.eclipse.jetty.http.pathmap with type parameters of type MappedResourceModifier and TypeFieldDescriptionprivate Trie
<MappedResource<E>> PathMappings._exactMap
private final Set
<MappedResource<E>> PathMappings._mappings
private Trie
<MappedResource<E>> PathMappings._prefixMap
private Trie
<MappedResource<E>> PathMappings._suffixMap
Methods in org.eclipse.jetty.http.pathmap that return MappedResourceMethods 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
Fields in org.eclipse.jetty.servlet declared as MappedResourceMethods in org.eclipse.jetty.servlet that return MappedResourceModifier and TypeMethodDescriptionServletHandler.getHolderEntry
(String target) Deprecated.ServletHandler.getMappedServlet
(String target) ServletHolder matching path.
ServletHandler.getMappedServlet(String)