Package org.glassfish.jersey.uri

Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.

See:
          Description

Interface Summary
ExtendedUriInfo Extensions to UriInfo.
 

Class Summary
PathPattern A path pattern that is a regular expression generated from a URI path template.
PathTemplate A URI template for a URI path.
PatternWithGroups A pattern for matching a string against a regular expression and returning capturing group values for any capturing groups present in the expression.
UriComponent Utility class for validating, encoding and decoding components of a URI.
UriTemplate A URI template.
 

Enum Summary
PathPattern.RightHandPath The set of right hand path patterns that may be appended to a path pattern.
UriComponent.Type The URI component type.
 

Package org.glassfish.jersey.uri Description

Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.