Package org.eclipse.jetty.http.pathmap
Class UriTemplatePathSpec
- java.lang.Object
-
- org.eclipse.jetty.http.pathmap.PathSpec
-
- org.eclipse.jetty.http.pathmap.RegexPathSpec
-
- org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
-
- All Implemented Interfaces:
Comparable<PathSpec>
public class UriTemplatePathSpec extends RegexPathSpec
PathSpec for URI Template based declarations- See Also:
- URI Templates (Level 1)
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.http.pathmap.RegexPathSpec
pattern
-
-
Constructor Summary
Constructors Constructor Description UriTemplatePathSpec(String rawSpec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getPathParams(String path)intgetVariableCount()String[]getVariables()-
Methods inherited from class org.eclipse.jetty.http.pathmap.RegexPathSpec
getMatcher, getPathInfo, getPathMatch, getPattern, getRelativePath, matches
-
Methods inherited from class org.eclipse.jetty.http.pathmap.PathSpec
compareTo, equals, getDeclaration, getGroup, getPathDepth, getPrefix, getSuffix, hashCode, toString
-
-