Uses of Class
com.sun.jersey.api.model.UriPathValue

Packages that use UriPathValue
com.sun.jersey.api.model   
 

Uses of UriPathValue in com.sun.jersey.api.model
 

Methods in com.sun.jersey.api.model that return UriPathValue
 UriPathValue AbstractResource.getUriPath()
           
 UriPathValue UriPathAnnotated.getUriPath()
           
 UriPathValue AbstractSubResourceLocator.getUriPath()
           
 UriPathValue AbstractSubResourceMethod.getUriPath()
           
 

Constructors in com.sun.jersey.api.model with parameters of type UriPathValue
AbstractResource(java.lang.Class<?> resourceClass, UriPathValue uriPath)
          Creates a new instance of AbstractResource
AbstractSubResourceLocator(java.lang.reflect.Method method, UriPathValue uriPath)
          Creates a new instance of AbstractSubResourceLocator
AbstractSubResourceMethod(AbstractResource resource, java.lang.reflect.Method method, UriPathValue uriPath, java.lang.String httpMethod)