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 TypeClassDescriptionclass
class
class
class
PathSpec for URI Template based declarationsFields in org.eclipse.jetty.http.pathmap declared as PathSpecModifier and TypeFieldDescriptionprivate final PathSpec
MappedResource.pathSpec
private final PathSpec
MatchedResource.pathSpec
Methods in org.eclipse.jetty.http.pathmap that return PathSpecModifier and TypeMethodDescriptionstatic PathSpec
PathMappings.asPathSpec
(String pathSpecString) Deprecated.private PathSpec
PathSpecSet.asPathSpec
(Object o) static PathSpec
MappedResource.getPathSpec()
MatchedResource.getPathSpec()
Methods in org.eclipse.jetty.http.pathmap with parameters of type PathSpecModifier and TypeMethodDescriptionint
int
boolean
boolean
Method 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
from(String)
instead