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 WadlGeneratorGrammarsSupport.createParam(AbstractResource ar, AbstractMethod am, Parameter p)
           
 Param WadlGeneratorApplicationDoc.createParam(AbstractResource r, AbstractMethod m, 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  List<Param> Resource.param
           
protected  List<Param> Request.param
           
protected  List<Param> RepresentationType.param
           
protected  List<Param> Response.param
           
protected  List<Param> ResourceType.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
 List<Param> Resource.getParam()
          Gets the value of the param property.
 List<Param> Request.getParam()
          Gets the value of the param property.
 List<Param> RepresentationType.getParam()
          Gets the value of the param property.
 List<Param> Response.getParam()
          Gets the value of the param property.
 List<Param> ResourceType.getParam()
          Gets the value of the param property.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.