Uses of Class
org.glassfish.tyrus.internal.UriTemplate

Packages that use UriTemplate
org.glassfish.tyrus.internal Common classes that provide support for URI templates, encoding/decoding of URI components and multivalued collections. 
 

Uses of UriTemplate in org.glassfish.tyrus.internal
 

Subclasses of UriTemplate in org.glassfish.tyrus.internal
 class PathTemplate
          A URI template for a URI path.
 

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

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

Methods in org.glassfish.tyrus.internal that return UriTemplate
 UriTemplate PathPattern.getTemplate()
           
 



Copyright © 2012. All Rights Reserved.