Uses of Interface
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
Classes in org.eclipse.jetty.http.pathmap that implement PathSpec Modifier and Type Class Description classAbstractPathSpecclassRegexPathSpecclassServletPathSpecclassUriTemplatePathSpecPathSpec for URI Template based declarationsMethods in org.eclipse.jetty.http.pathmap that return PathSpec Modifier and Type Method Description static PathSpecPathMappings. asPathSpec(java.lang.String pathSpecString)PathSpecMappedResource. getPathSpec()Methods in org.eclipse.jetty.http.pathmap with parameters of type PathSpec Modifier and Type Method Description intAbstractPathSpec. compareTo(PathSpec other)intUriTemplatePathSpec. compareTo(PathSpec other)EPathMappings. get(PathSpec spec)booleanPathMappings. put(PathSpec pathSpec, E resource)booleanPathMappings. remove(PathSpec pathSpec)Constructors in org.eclipse.jetty.http.pathmap with parameters of type PathSpec Constructor Description MappedResource(PathSpec pathSpec, E resource)
-