Uses of Interface
org.eclipse.jetty.http.pathmap.MatchedPath
Packages that use MatchedPath
-
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 MatchedPathMatchedResource.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)