The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-1

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
 List<PathSegment> UriInfo.getPathSegments()
          Get the path of the current request relative to the base URI as a list of PathSegment.
 List<PathSegment> UriInfo.getPathSegments(boolean decode)
          Get the path of the current request relative to the base URI as a list of PathSegment.
 


The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.