Package org.eclipse.jetty.http.pathmap
Class UriTemplatePathSpec
java.lang.Object
org.eclipse.jetty.http.pathmap.AbstractPathSpec
org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- All Implemented Interfaces:
Comparable<PathSpec>,PathSpec
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
PathSpec for URI Template based declarations
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Deprecated.The as-provided path spec.getGroup()Deprecated.The spec group.intDeprecated.Get the number of path elements that this path spec declares.getPathInfo(String path) Deprecated.Return the portion of the path that is after the path spec.getPathMatch(String path) Deprecated.Return the portion of the path that matches a path spec.getPathParams(String path) Deprecated.Deprecated.Deprecated.A simple prefix match for the pathspec or nullintDeprecated.The length of the spec.Deprecated.A simple suffix match for the pathspec or nullintDeprecated.String[]Deprecated.Deprecated.Get the complete matched details of the provided path.booleanDeprecated.Test to see if the provided path matches this path specMethods inherited from class org.eclipse.jetty.http.pathmap.AbstractPathSpec
equals, hashCode, toString
-
Constructor Details
-
UriTemplatePathSpec
Deprecated.
-
-
Method Details
-
compareTo
Deprecated.- Specified by:
compareToin interfaceComparable<PathSpec>- Overrides:
compareToin classAbstractPathSpec
-
getPathParams
Deprecated. -
getSpecLength
public int getSpecLength()Deprecated.Description copied from interface:PathSpecThe length of the spec.- Returns:
- the length of the spec.
-
getGroup
Deprecated.Description copied from interface:PathSpecThe spec group.- Returns:
- the spec group.
-
getPathDepth
public int getPathDepth()Deprecated.Description copied from interface:PathSpecGet the number of path elements that this path spec declares.This is used to determine longest match logic.
- Returns:
- the depth of the path segments that this spec declares
-
getPathInfo
Deprecated.Description copied from interface:PathSpecReturn the portion of the path that is after the path spec.- Parameters:
path- the path to match against- Returns:
- the path info portion of the string
-
getPathMatch
Deprecated.Description copied from interface:PathSpecReturn the portion of the path that matches a path spec.- Parameters:
path- the path to match against- Returns:
- the match, or null if no match at all
-
getDeclaration
Deprecated.Description copied from interface:PathSpecThe as-provided path spec.- Returns:
- the as-provided path spec
-
getPrefix
Deprecated.Description copied from interface:PathSpecA simple prefix match for the pathspec or null- Returns:
- A simple prefix match for the pathspec or null
-
getSuffix
Deprecated.Description copied from interface:PathSpecA simple suffix match for the pathspec or null- Returns:
- A simple suffix match for the pathspec or null
-
getPattern
Deprecated. -
matches
Deprecated.Description copied from interface:PathSpecTest to see if the provided path matches this path spec- Parameters:
path- the path to test- Returns:
- true if the path matches this path spec, false otherwise
-
matched
Deprecated.Description copied from interface:PathSpecGet the complete matched details of the provided path.- Parameters:
path- the path to test- Returns:
- the matched details, if a match was possible, or null if not able to be matched.
-
getVariableCount
public int getVariableCount()Deprecated. -
getVariables
Deprecated.
-