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   
org.jboss.resteasy.spi   
 

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.
 

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
static List<PathSegment> PathSegmentImpl.parseSegments(String path, boolean decode)
           
 

Uses of PathSegment in org.jboss.resteasy.spi
 

Methods in org.jboss.resteasy.spi that return types with arguments of type PathSegment
 List<PathSegment> ResteasyUriInfo.getPathSegments()
           
 List<PathSegment> ResteasyUriInfo.getPathSegments(boolean decode)
           
 

Method parameters in org.jboss.resteasy.spi with type arguments of type PathSegment
protected  void ResteasyUriInfo.extractMatchingPath(List<PathSegment> encodedPathSegments)
          matching path without matrix parameters
 



Copyright © 2012. All Rights Reserved.