Package | Description |
---|---|
org.glassfish.jersey.uri |
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
|
Modifier and Type | Class and Description |
---|---|
private static class |
PathTemplate.PathTemplateParser
Internal parser of this PathTemplate.
|
Modifier and Type | Method and Description |
---|---|
private static PatternWithGroups |
UriTemplate.initUriPattern(UriTemplateParser templateParser)
Create the URI pattern from a URI template parser.
|
Constructor and Description |
---|
UriTemplate(UriTemplateParser templateParser)
Construct a new URI template.
|