Uses of Interface
org.eclipse.jetty.http.pathmap.PathSpec
-
Packages that use PathSpec Package Description org.eclipse.jetty.http.pathmap org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
-
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 declarationsFields in org.eclipse.jetty.http.pathmap declared as PathSpec Modifier and Type Field Description private PathSpecMappedResource. pathSpecprivate PathSpecMatchedResource. pathSpecMethods in org.eclipse.jetty.http.pathmap that return PathSpec Modifier and Type Method Description static PathSpecPathMappings. asPathSpec(java.lang.String pathSpecString)Deprecated.usefrom(String)insteadprivate PathSpecPathSpecSet. asPathSpec(java.lang.Object o)static PathSpecPathSpec. from(java.lang.String pathSpecString)PathSpecMappedResource. getPathSpec()PathSpecMatchedResource. 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)Method parameters in org.eclipse.jetty.http.pathmap with type arguments of type PathSpec Modifier and Type Method Description static <E> MatchedResource<E>MatchedResource. of(java.util.Map.Entry<PathSpec,E> mapping, MatchedPath matchedPath)Constructors in org.eclipse.jetty.http.pathmap with parameters of type PathSpec Constructor Description MappedResource(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 Modifier and Type Method Description protected PathSpecServletHandler. asPathSpec(java.lang.String pathSpec)
-