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

Packages that use PathValue
com.sun.jersey.api.model Provides an abstract model of a resource class. 
 

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

Methods in com.sun.jersey.api.model that return PathValue
 PathValue AbstractResource.getPath()
           
 PathValue PathAnnotated.getPath()
           
 PathValue AbstractSubResourceMethod.getPath()
           
 PathValue AbstractSubResourceLocator.getPath()
           
 

Constructors in com.sun.jersey.api.model with parameters of type PathValue
AbstractResource(Class<?> resourceClass, PathValue uriPath)
          Creates a new instance of AbstractResource
AbstractSubResourceLocator(AbstractResource resource, Method method, PathValue uriPath, Annotation[] annotations)
          Creates a new instance of AbstractSubResourceLocator
AbstractSubResourceMethod(AbstractResource resource, Method method, Class returnType, Type genericReturnType, PathValue uriPath, String httpMethod, Annotation[] annotations)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.