Uses of Class
org.eclipse.jetty.http.pathmap.MatchedResource
Package
Description
Jetty Server : Modular Servlet Integration
-
Uses of MatchedResource in org.eclipse.jetty.http.pathmap
Modifier 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) Modifier and TypeMethodDescriptionPathMappings.getMatchedList
(String path) Return a list of MatchedResource matches for the specified path. -
Uses of MatchedResource in org.eclipse.jetty.servlet
Modifier and TypeMethodDescriptionServletHandler.getMatchedServlet
(String target) ServletHolder matching target path.