Uses of Interface
org.eclipse.jetty.http.pathmap.MatchedPath
Packages that use MatchedPath
Package
Description
Jetty Server : Core Server API
Jetty Server : Modular Servlet Integration
-
Uses of MatchedPath in org.eclipse.jetty.http.pathmap
Fields in org.eclipse.jetty.http.pathmap declared as MatchedPathMethods in org.eclipse.jetty.http.pathmap that return MatchedPathModifier and TypeMethodDescriptionstatic MatchedPath
MatchedResource.getMatchedPath()
Get the complete matched details of the provided path.Methods in org.eclipse.jetty.http.pathmap with parameters of type MatchedPathModifier and TypeMethodDescriptionstatic <E> MatchedResource<E>
MatchedResource.of
(Map.Entry<PathSpec, E> mapping, MatchedPath matchedPath) Constructors in org.eclipse.jetty.http.pathmap with parameters of type MatchedPathModifierConstructorDescriptionMatchedResource
(E resource, PathSpec pathSpec, MatchedPath matchedPath) -
Uses of MatchedPath in org.eclipse.jetty.server
Constructors in org.eclipse.jetty.server with parameters of type MatchedPathModifierConstructorDescriptionServletPathMapping
(PathSpec pathSpec, String servletName, String pathInContext, MatchedPath matchedPath) -
Uses of MatchedPath in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet with parameters of type MatchedPathModifier and TypeMethodDescriptionServletHandler.MappedServlet.getServletPathMapping
(String pathInContext, MatchedPath matchedPath)