See: Description
| Interface | Description |
|---|---|
| UriTemplate.TemplateValueStrategy |
A strategy interface for processing parameters, should be replaced with
a JDK 8 one day in the future.
|
| Class | Description |
|---|---|
| PathPattern |
A path pattern that is a regular expression generated from a URI path
template.
|
| PathTemplate |
A URI template for a URI path.
|
| PathTemplate.PathTemplateParser |
Internal parser of this PathTemplate.
|
| PatternWithGroups |
A pattern for matching a string against a regular expression
and returning capturing group values for any capturing groups present in
the expression.
|
| PatternWithGroups.EmptyStringMatchResult | |
| UriComponent |
Utility class for validating, encoding and decoding components
of a URI.
|
| UriComponent.PathSegmentImpl | |
| UriTemplate |
A URI template.
|
| Enum | Description |
|---|---|
| PathPattern.RightHandPath |
The set of right hand path patterns that may be appended to a path
pattern.
|
| UriComponent.Type |
The URI component type.
|