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 PathSpecPathMappings.asPathSpec(String pathSpecString) Deprecated, for removal: This API element is subject to removal in a future version.static PathSpecMappedResource.getPathSpec()MatchedResource.getPathSpec()Methods in org.eclipse.jetty.http.pathmap with parameters of type PathSpecModifier and TypeMethodDescriptionintintbooleanbooleanMethod 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)
from(String)instead