|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UriTemplate | |
|---|---|
| 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. |
| Uses of UriTemplate in com.sun.jersey.api.uri |
|---|
| Fields in com.sun.jersey.api.uri declared as UriTemplate | |
|---|---|
static UriTemplate |
UriTemplate.EMPTY
The empty URI template that matches the null or empty URI path |
| Fields in com.sun.jersey.api.uri with type parameters of type UriTemplate | |
|---|---|
static java.util.Comparator<UriTemplate> |
UriTemplate.COMPARATOR
Order the templates according according to JAX-RS. |
| Methods in com.sun.jersey.api.uri that return types with arguments of type UriTemplate | |
|---|---|
java.util.List<UriTemplate> |
ExtendedUriInfo.getMatchedTemplates()
Get a read-only list of UriTemplate for matched resources. |
| Uses of UriTemplate in com.sun.jersey.spi.uri.rules |
|---|
| Methods in com.sun.jersey.spi.uri.rules with parameters of type UriTemplate | |
|---|---|
void |
UriRuleContext.pushResource(java.lang.Object resource,
UriTemplate template)
Push the resource and matching URI template associated with the resource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||