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

Packages that use UriTemplate
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes. 
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.server
 

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

Uses of UriTemplate in org.glassfish.jersey.server.internal.routing
 

Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type UriTemplate
 List<UriTemplate> UriRoutingContext.getMatchedTemplates()
           
 

Methods in org.glassfish.jersey.server.internal.routing with parameters of type UriTemplate
 void UriRoutingContext.pushTemplates(UriTemplate resourceTemplate, UriTemplate methodTemplate)
           
 void RoutingContext.pushTemplates(UriTemplate resourceTemplate, UriTemplate methodTemplate)
          Push matched request URI routing pattern templates for a single matched method.
 

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-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.