Uses of Class
org.eclipse.jetty.http.pathmap.MatchedResource
Packages that use MatchedResource
Package
Description
Jetty Server : Modular Servlet Integration
-
Uses of MatchedResource in org.eclipse.jetty.http.pathmap
Methods in org.eclipse.jetty.http.pathmap that return MatchedResourceModifier and TypeMethodDescriptionPathMappings.getMatched
(String path) Find the best single match for a path.MappedResource.getPreMatched()
static <E> MatchedResource<E>
MatchedResource.of
(Map.Entry<PathSpec, E> mapping, MatchedPath matchedPath) Methods in org.eclipse.jetty.http.pathmap that return types with arguments of type MatchedResourceModifier and TypeMethodDescriptionPathMappings.getMatchedList
(String path) Return a list of MatchedResource matches for the specified path. -
Uses of MatchedResource in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return MatchedResourceModifier and TypeMethodDescriptionServletHandler.getMatchedServlet
(String target) ServletHolder matching target path.