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

Packages that use PathSegment
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.glassfish.jersey.uri Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components. 
 

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.
 

Uses of PathSegment in org.glassfish.jersey.uri
 

Methods in org.glassfish.jersey.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.
 java.util.List<PathSegment> ExtendedUriInfo.getPathSegments(java.lang.String name)
          Get the path segments that contain a template variable.
 java.util.List<PathSegment> ExtendedUriInfo.getPathSegments(java.lang.String name, boolean decode)
          Get the path segments that contain a template variable.
 

Method parameters in org.glassfish.jersey.uri with type arguments of type PathSegment
static void UriComponent.decodePathSegment(java.util.List<PathSegment> segments, java.lang.String segment, boolean decode)
           
 



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