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
Fields in org.eclipse.jetty.http.pathmap declared as MatchedPath Modifier and Type Field Description static MatchedPath
MatchedPath. EMPTY
Methods in org.eclipse.jetty.http.pathmap that return MatchedPath Modifier and Type Method Description static MatchedPath
MatchedPath. from(java.lang.String pathMatch, java.lang.String pathInfo)
MatchedPath
PathSpec. matched(java.lang.String path)
Get the complete matched details of the provided path.MatchedPath
RegexPathSpec. matched(java.lang.String path)
MatchedPath
ServletPathSpec. matched(java.lang.String path)
MatchedPath
UriTemplatePathSpec. 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)
-