Uses of Package
com.sun.jersey.api.uri

Packages that use com.sun.jersey.api.uri
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. 
 

Classes in com.sun.jersey.api.uri used by com.sun.jersey.api.core
ExtendedUriInfo
          Extentions to UriInfo.
 

Classes in com.sun.jersey.api.uri used by com.sun.jersey.api.uri
UriComponent.Type
          The URI component type.
UriPattern
          A URI pattern for matching a URI against a regular expression and returning capturing group values for any capturing groups present in the expression.
UriTemplate
          A URI template.
UriTemplateParser
          A URI template parser that parses JAX-RS specific URI templates.
 

Classes in com.sun.jersey.api.uri used by com.sun.jersey.spi.uri.rules
UriTemplate
          A URI template.
 



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