Uses of Class
org.glassfish.jersey.uri.UriTemplate

Packages that use UriTemplate
org.glassfish.jersey.uri Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components. 
 

Uses of UriTemplate in org.glassfish.jersey.uri
 

Subclasses of UriTemplate in org.glassfish.jersey.uri
 class PathTemplate
          A URI template for a URI path.
 

Fields in org.glassfish.jersey.uri declared as UriTemplate
static UriTemplate UriTemplate.EMPTY
          The empty URI template that matches the null or empty URI path.
 

Fields in org.glassfish.jersey.uri with type parameters of type UriTemplate
static Comparator<UriTemplate> UriTemplate.COMPARATOR
          Order the templates according to JAX-RS specification.
 

Methods in org.glassfish.jersey.uri that return UriTemplate
 UriTemplate PathPattern.getTemplate()
           
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.