Uses of Class
com.sun.jersey.api.uri.UriTemplate

Packages that use UriTemplate
com.sun.jersey.api.uri Provides support for JAX-RS URI templates and encoding/decoding URI components. 
 

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 Comparator<UriTemplate> UriTemplate.COMPARATOR
          Order the templates according according to JAX-RS.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.