|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UriTemplate | |
---|---|
com.sun.jersey.api.uri | |
com.sun.jersey.spi.uri.rules |
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 to the string comparison of the template regular expressions. |
Methods in com.sun.jersey.api.uri that return types with arguments of type UriTemplate | |
---|---|
java.util.List<UriTemplate> |
ExtendedUriInfo.getAncestorTemplates()
Get a read-only list of UriTemplate for ancestor 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 |