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 declarationsSubclasses with type arguments of type PathSpec in org.eclipse.jetty.http.pathmapSubinterfaces with type arguments of type PathSpec in org.eclipse.jetty.http.pathmapModifier and TypeInterfaceDescriptioninterfaceA path specification is a URI path template that can be matched against.Classes in org.eclipse.jetty.http.pathmap that implement interfaces with type arguments of type PathSpecMethods 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)