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. 
 

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 © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.