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._exactMapprivate final Set<MappedResource<E>> PathMappings._mappingsprivate Trie<MappedResource<E>> PathMappings._prefixMapprivate Trie<MappedResource<E>> PathMappings._suffixMapMethods 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 TypeMethodDescriptionintMappedResource.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 TypeMethodDescriptionvoidPathMappings.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)