Uses of Interface
javax.ws.rs.core.PathSegment

Packages that use PathSegment
com.sun.jersey.api.uri Provides support for JAX-RS URI templates and encoding/decoding URI components. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
 

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

Methods in com.sun.jersey.api.uri that return types with arguments of type PathSegment
static java.util.List<PathSegment> UriComponent.decodePath(java.lang.String path, boolean decode)
          Decode the path component of a URI as path segments.
static java.util.List<PathSegment> UriComponent.decodePath(java.net.URI u, boolean decode)
          Decode the path component of a URI as path segments.
 

Method parameters in com.sun.jersey.api.uri with type arguments of type PathSegment
static void UriComponent.decodePathSegment(java.util.List<PathSegment> segments, java.lang.String segment, boolean decode)
          Decode the path segment and add it to the list of path segments.
 

Uses of PathSegment in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return types with arguments of type PathSegment
 java.util.List<PathSegment> UriInfo.getPathSegments()
          Get the path of the current request relative to the base URI as a list of PathSegment.
 java.util.List<PathSegment> UriInfo.getPathSegments(boolean decode)
          Get the path of the current request relative to the base URI as a list of PathSegment.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.