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

Packages that use UriTemplate
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.api.uri Provides support for JAX-RS URI templates and encoding/decoding URI components. 
com.sun.jersey.spi.uri.rules Provides support for hierarchical matching and accepting of URIs. 
 

Uses of UriTemplate in com.sun.jersey.api.core
 

Methods in com.sun.jersey.api.core that return types with arguments of type UriTemplate
 java.util.List<UriTemplate> ExtendedUriInfo.getMatchedTemplates()
          Get a read-only list of UriTemplate for matched resources.
 

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 according to JAX-RS.
 

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.pushMatch(UriTemplate template, java.util.List<java.lang.String> names)
          Push a match.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.