Uses of Class
com.sun.ws.rest.api.uri.UriTemplate

Packages that use UriTemplate
com.sun.ws.rest.api.uri   
com.sun.ws.rest.spi.uri.rules   
 

Uses of UriTemplate in com.sun.ws.rest.api.uri
 

Fields in com.sun.ws.rest.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.ws.rest.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.ws.rest.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.ws.rest.spi.uri.rules
 

Methods in com.sun.ws.rest.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.