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(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.
|
Constructor and Description |
---|
PathPattern(PathTemplate template,
PathPattern.RightHandPath rhpp)
Create a path pattern and post fix with a right hand path pattern.
|
PathPattern(String template,
PathPattern.RightHandPath rhpp)
Create a path pattern and post fix with a right hand path pattern.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.