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 AbstractSubResourceLocator.getPath()
           
 PathValue AbstractSubResourceMethod.getPath()
           
 

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



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.