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 |
---|---|
private static void |
UriTemplate.resolveTemplate(java.lang.String normalizedTemplate,
java.lang.StringBuilder builder,
UriTemplate.TemplateValueStrategy valueStrategy)
Build a URI based on the parameters provided by the variable name strategy.
|