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 | Method and Description |
---|---|
static PathPattern.RightHandPath |
PathPattern.RightHandPath.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathPattern.RightHandPath[] |
PathPattern.RightHandPath.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
PathPattern.postfixWithCapturingGroup(java.lang.String regex,
PathPattern.RightHandPath rhpp) |
Constructor and Description |
---|
PathPattern(PathTemplate template,
PathPattern.RightHandPath rhpp)
Create a path pattern and post fix with a right hand path pattern.
|
PathPattern(java.lang.String template,
PathPattern.RightHandPath rhpp)
Create a path pattern and post fix with a right hand path pattern.
|