Uses of Interface
org.eclipse.jetty.http.pathmap.MatchedPath
Packages that use MatchedPath
-
Uses of MatchedPath in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap that implement MatchedPathModifier and TypeClassDescriptionprivate class
private static class
Fields in org.eclipse.jetty.http.pathmap declared as MatchedPathModifier and TypeFieldDescriptionprivate final MatchedPath
ServletPathSpec._preMatchedPath
static final MatchedPath
MatchedPath.EMPTY
private final MatchedPath
MatchedResource.matchedPath
Methods in org.eclipse.jetty.http.pathmap that return MatchedPathModifier and TypeMethodDescriptionstatic MatchedPath
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)