Uses of Class
com.sun.research.ws.wadl.Param

Packages that use Param
com.sun.jersey.server.wadl Provides support for WADL configuration and generation. 
com.sun.jersey.server.wadl.generators Provides support for JAXB WADL generation. 
com.sun.jersey.server.wadl.generators.resourcedoc Provides support for JAXB WADL generation for resource classes. 
com.sun.research.ws.wadl   
 

Uses of Param in com.sun.jersey.server.wadl
 

Methods in com.sun.jersey.server.wadl that return Param
 Param WadlGenerator.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 Param WadlGeneratorImpl.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 

Uses of Param in com.sun.jersey.server.wadl.generators
 

Methods in com.sun.jersey.server.wadl.generators that return Param
 Param WadlGeneratorApplicationDoc.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 Param WadlGeneratorGrammarsSupport.createParam(AbstractResource ar, AbstractMethod am, Parameter p)
           
 

Uses of Param in com.sun.jersey.server.wadl.generators.resourcedoc
 

Methods in com.sun.jersey.server.wadl.generators.resourcedoc that return Param
 Param WadlGeneratorResourceDocSupport.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 

Uses of Param in com.sun.research.ws.wadl
 

Fields in com.sun.research.ws.wadl with type parameters of type Param
protected  java.util.List<Param> Response.param
           
protected  java.util.List<Param> Request.param
           
protected  java.util.List<Param> Resource.param
           
protected  java.util.List<Param> ResourceType.param
           
protected  java.util.List<Param> RepresentationType.param
           
 

Methods in com.sun.research.ws.wadl that return Param
 Param ObjectFactory.createParam()
          Create an instance of Param
 

Methods in com.sun.research.ws.wadl that return types with arguments of type Param
 java.util.List<Param> Response.getParam()
          Gets the value of the param property.
 java.util.List<Param> Request.getParam()
          Gets the value of the param property.
 java.util.List<Param> Resource.getParam()
          Gets the value of the param property.
 java.util.List<Param> ResourceType.getParam()
          Gets the value of the param property.
 java.util.List<Param> RepresentationType.getParam()
          Gets the value of the param property.
 



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