Uses of Interface
org.eclipse.jetty.http.pathmap.PathSpec
Packages that use PathSpec
-
Uses of PathSpec in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap that implement PathSpecModifier and TypeClassDescriptionclassclassRegexPathSpec is a PathSpec implementation for aPathMappingsinstance.classclassPathSpec for URI Template based declarationsMethods in org.eclipse.jetty.http.pathmap that return PathSpecModifier and TypeMethodDescriptionstatic PathSpecMappedResource.getKey()MappedResource.getPathSpec()MatchedResource.getPathSpec()Methods in org.eclipse.jetty.http.pathmap that return types with arguments of type PathSpecMethods in org.eclipse.jetty.http.pathmap with parameters of type PathSpecModifier and TypeMethodDescriptionbooleanintintbooleanMethod parameters in org.eclipse.jetty.http.pathmap with type arguments of type PathSpecModifier 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 PathSpecModifierConstructorDescriptionMappedResource(PathSpec pathSpec, E resource) MatchedResource(E resource, PathSpec pathSpec, MatchedPath matchedPath)