Uses of Class
org.eclipse.jetty.http.pathmap.PathSpec
-
Packages that use PathSpec Package Description org.eclipse.jetty.http.pathmap -
-
Uses of PathSpec in org.eclipse.jetty.http.pathmap
Subclasses of PathSpec in org.eclipse.jetty.http.pathmap Modifier and Type Class Description class
RegexPathSpec
class
ServletPathSpec
class
UriTemplatePathSpec
PathSpec for URI Template based declarationsMethods in org.eclipse.jetty.http.pathmap that return PathSpec Modifier and Type Method Description static PathSpec
PathMappings. asPathSpec(java.lang.String pathSpecString)
PathSpec
MappedResource. getPathSpec()
Methods in org.eclipse.jetty.http.pathmap with parameters of type PathSpec Modifier and Type Method Description int
PathSpec. compareTo(PathSpec other)
E
PathMappings. get(PathSpec spec)
boolean
PathMappings. put(PathSpec pathSpec, E resource)
boolean
PathMappings. remove(PathSpec pathSpec)
Constructors in org.eclipse.jetty.http.pathmap with parameters of type PathSpec Constructor Description MappedResource(PathSpec pathSpec, E resource)
-