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 |
---|---|
class |
PathPattern
A path pattern that is a regular expression generated from a URI path
template.
|
Modifier and Type | Field and Description |
---|---|
static PatternWithGroups |
PatternWithGroups.EMPTY
The empty pattern that matches the null or empty string.
|
private PatternWithGroups |
UriTemplate.pattern
The pattern generated from the template.
|
Modifier and Type | Method and Description |
---|---|
PatternWithGroups |
UriTemplate.getPattern()
Get the URI pattern.
|
private static PatternWithGroups |
UriTemplate.initUriPattern(UriTemplateParser templateParser)
Create the URI pattern from a URI template parser.
|