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.jboss.resteasy.specimpl   
 

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.jboss.resteasy.specimpl
 

Classes in org.jboss.resteasy.specimpl that implement PathSegment
 class PathSegmentImpl
           
 

Methods in org.jboss.resteasy.specimpl that return types with arguments of type PathSegment
 java.util.List<PathSegment> UriInfoImpl.getPathSegments()
           
 java.util.List<PathSegment> UriInfoImpl.getPathSegments(boolean decode)
           
static java.util.List<PathSegment> PathSegmentImpl.parseSegments(java.lang.String path)
           
 

Constructor parameters in org.jboss.resteasy.specimpl with type arguments of type PathSegment
UriInfoImpl(java.net.URI absolutePath, java.lang.String encodedPath, java.lang.String queryString, java.util.List<PathSegment> encodedPathSegments)
           
 



Copyright © 2009. All Rights Reserved.