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

Packages that use UriTemplateParser
com.sun.jersey.api.uri Provides support for JAX-RS URI templates and encoding/decoding URI components. 
 

Uses of UriTemplateParser in com.sun.jersey.api.uri
 

Methods in com.sun.jersey.api.uri with parameters of type UriTemplateParser
protected  UriPattern UriTemplate.createUriPattern(UriTemplateParser templateParser)
          Create the URI pattern from a URI template parser.
 

Constructors in com.sun.jersey.api.uri with parameters of type UriTemplateParser
UriTemplate(UriTemplateParser templateParser)
          Construct a new URI template.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.