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 class
RegexPathSpec.RegexMatchedPath
private static class
UriTemplatePathSpec.UriTemplateMatchedPath
Fields in org.eclipse.jetty.http.pathmap declared as MatchedPath Modifier and Type Field Description private MatchedPath
ServletPathSpec. _preMatchedPath
static MatchedPath
MatchedPath. EMPTY
private MatchedPath
MatchedResource. matchedPath
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)
-