Uses of Class
org.glassfish.jersey.server.model.PathValue

Packages that use PathValue
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
 

Uses of PathValue in org.glassfish.jersey.server.model
 

Methods in org.glassfish.jersey.server.model that return PathValue
 PathValue SubResourceLocator.getPath()
           
 PathValue ResourceClass.getPath()
           
 PathValue PathAnnotated.getPath()
           
 PathValue AbstractSubResourceMethod.getPath()
           
 

Constructors in org.glassfish.jersey.server.model with parameters of type PathValue
AbstractSubResourceMethod(ResourceClass resource, PathValue uriPath, String httpMethod)
           
ResourceClass(Class<?> resourceClass, PathValue uriPath)
          Creates a new instance of ResourceClass.
SubResourceLocator(ResourceClass resource, Method method, PathValue uriPath, Annotation[] annotations)
          Creates a new instance of SubResourceLocator
SubResourceMethod(ResourceClass resource, Method method, Class returnType, Type genericReturnType, PathValue uriPath, String httpMethod, Annotation[] markers)
           
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.