Uses of Class
org.restlet.ext.wadl.ParameterInfo

Packages that use ParameterInfo
org.restlet.ext.wadl Support the WADL specification. 
 

Uses of ParameterInfo in org.restlet.ext.wadl
 

Methods in org.restlet.ext.wadl that return ParameterInfo
 ParameterInfo MethodInfo.addRequestParameter(String name, boolean required, String type, ParameterStyle style, String documentation)
          Deprecated. Use RequestInfo.getParameters() instead.
 ParameterInfo MethodInfo.addResponseParameter(String name, boolean required, String type, ParameterStyle style, String documentation)
          Deprecated. Use the ResponseInfo.getParameters() method instead.
 

Methods in org.restlet.ext.wadl that return types with arguments of type ParameterInfo
protected  List<ParameterInfo> WadlServerResource.describeParameters()
          Returns the description of the parameters of this resource.
 List<ParameterInfo> ResourceInfo.getParameters()
          Returns the list of parameters.
 List<ParameterInfo> RequestInfo.getParameters()
          Returns the list of parameters.
 List<ParameterInfo> RepresentationInfo.getParameters()
          Returns the list of parameters.
 List<ParameterInfo> ResourceTypeInfo.getParameters()
          Returns the list of parameters.
 List<ParameterInfo> ResponseInfo.getParameters()
          Returns the list of parameters.
protected  List<ParameterInfo> WadlResource.getParametersInfo()
          Deprecated. Returns the description of the parameters of this resource.
 

Method parameters in org.restlet.ext.wadl with type arguments of type ParameterInfo
 void ResourceInfo.setParameters(List<ParameterInfo> parameters)
          Sets the list of parameters.
 void RequestInfo.setParameters(List<ParameterInfo> parameters)
          Sets the list of parameters.
 void RepresentationInfo.setParameters(List<ParameterInfo> parameters)
          Sets the list of parameters.
 void ResourceTypeInfo.setParameters(List<ParameterInfo> parameters)
          Sets the list of parameters.
 void ResponseInfo.setParameters(List<ParameterInfo> parameters)
          Sets the list of parameters.
 



Copyright © 2005-2011 Noelios Technologies.