Uses of Interface
org.eclipse.jetty.http.pathmap.MatchedPath
Package
Description
Jetty Server : Core Server API
Jetty Server : Modular Servlet Integration
-
Uses of MatchedPath in org.eclipse.jetty.http.pathmap
Modifier and TypeMethodDescriptionstatic MatchedPath
MatchedResource.getMatchedPath()
Get the complete matched details of the provided path.Modifier and TypeMethodDescriptionstatic <E> MatchedResource<E>
MatchedResource.of
(Map.Entry<PathSpec, E> mapping, MatchedPath matchedPath) ModifierConstructorDescriptionMatchedResource
(E resource, PathSpec pathSpec, MatchedPath matchedPath) -
Uses of MatchedPath in org.eclipse.jetty.server
ModifierConstructorDescriptionServletPathMapping
(PathSpec pathSpec, String servletName, String pathInContext, MatchedPath matchedPath) -
Uses of MatchedPath in org.eclipse.jetty.servlet
Modifier and TypeMethodDescriptionServletHandler.MappedServlet.getServletPathMapping
(String pathInContext, MatchedPath matchedPath)