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()
           
 

Methods in org.glassfish.jersey.uri that return types with arguments of type UriTemplate
 List<UriTemplate> ExtendedUriInfo.getMatchedTemplates()
          Get a read-only list of UriTemplate for matched resources.
 



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