Uses of Interface
org.eclipse.jetty.http.pathmap.PathSpec
Packages that use PathSpec
Package
Description
Jetty Server : Modular Servlet Integration
-
Uses of PathSpec in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap that implement PathSpecModifier and TypeClassDescriptionclassclassclassclassPathSpec for URI Template based declarationsSubinterfaces 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.Fields in org.eclipse.jetty.http.pathmap declared as PathSpecModifier and TypeFieldDescriptionprivate final PathSpecMappedResource.pathSpecprivate final PathSpecMatchedResource.pathSpecMethods in org.eclipse.jetty.http.pathmap that return PathSpecModifier and TypeMethodDescriptionstatic PathSpecPathMappings.asPathSpec(String pathSpecString) Deprecated.private PathSpecPathSpecSet.asPathSpec(Object o) 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) -
Uses of PathSpec in org.eclipse.jetty.servlet
Methods in org.eclipse.jetty.servlet that return PathSpec
PathSpec.from(String)instead