Uses of Interface
org.eclipse.jetty.http.pathmap.MatchedPath
-
Packages that use MatchedPath Package Description org.eclipse.jetty.http.pathmap -
-
Uses of MatchedPath in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap that implement MatchedPath Modifier and Type Class Description private classRegexPathSpec.RegexMatchedPathprivate static classUriTemplatePathSpec.UriTemplateMatchedPathFields in org.eclipse.jetty.http.pathmap declared as MatchedPath Modifier and Type Field Description private MatchedPathServletPathSpec. _preMatchedPathstatic MatchedPathMatchedPath. EMPTYprivate MatchedPathMatchedResource. matchedPathMethods in org.eclipse.jetty.http.pathmap that return MatchedPath Modifier and Type Method Description static MatchedPathMatchedPath. from(java.lang.String pathMatch, java.lang.String pathInfo)MatchedPathPathSpec. matched(java.lang.String path)Get the complete matched details of the provided path.MatchedPathRegexPathSpec. matched(java.lang.String path)MatchedPathServletPathSpec. matched(java.lang.String path)MatchedPathUriTemplatePathSpec. matched(java.lang.String path)Methods in org.eclipse.jetty.http.pathmap with parameters of type MatchedPath Modifier and Type Method Description static <E> MatchedResource<E>MatchedResource. of(java.util.Map.Entry<PathSpec,E> mapping, MatchedPath matchedPath)Constructors in org.eclipse.jetty.http.pathmap with parameters of type MatchedPath Constructor Description MatchedResource(E resource, PathSpec pathSpec, MatchedPath matchedPath)
-