| Package | Description |
|---|---|
| com.sun.jersey.api.core |
Provides support for configuration.
|
| com.sun.jersey.api.uri |
Provides support for JAX-RS URI templates and encoding/decoding URI components.
|
| com.sun.jersey.spi.uri.rules |
Provides support for hierarchical matching and accepting of URIs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UriTemplate> |
ExtendedUriInfo.getMatchedTemplates()
Get a read-only list of
UriTemplate for matched resources. |
| Modifier and Type | Field and Description |
|---|---|
static UriTemplate |
UriTemplate.EMPTY
The empty URI template that matches the null or empty URI path
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<UriTemplate> |
UriTemplate.COMPARATOR
Order the templates according according to JAX-RS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UriRuleContext.pushMatch(UriTemplate template,
java.util.List<java.lang.String> names)
Push a match.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.