Uses of Class
org.eclipse.jetty.http.pathmap.MatchedResource
Package
Description
Jetty Server : Modular Servlet Integration
-
Uses of MatchedResource in org.eclipse.jetty.ee10.servlet
Modifier and TypeMethodDescriptionServletContextHandler.ServletRequestInfo.getMatchedResource()
ServletContextRequest.getMatchedResource()
ServletHandler.getMatchedServlet
(String target) ServletHolder matching target path.Modifier and TypeMethodDescriptionprotected ServletContextRequest
ServletContextHandler.newServletContextRequest
(ServletChannel servletChannel, Request request, Response response, String decodedPathInContext, MatchedResource<ServletHandler.MappedServlet> matchedResource) ModifierConstructorDescriptionprotected
ServletContextRequest
(ServletContextHandler.ServletContextApi servletContextApi, ServletChannel servletChannel, Request request, Response response, String decodedPathInContext, MatchedResource<ServletHandler.MappedServlet> matchedResource, SessionManager sessionManager) -
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.