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 types with arguments of type ParameterInfo
protected  List<ParameterInfo> WadlServerResource.describeParameters()
          Returns the description of the parameters of this resource.
 List<ParameterInfo> RepresentationInfo.getParameters()
          Returns the list of parameters.
 List<ParameterInfo> ResourceInfo.getParameters()
          Returns the list of parameters.
 List<ParameterInfo> ResourceTypeInfo.getParameters()
          Returns the list of parameters.
 List<ParameterInfo> ResponseInfo.getParameters()
          Returns the list of parameters.
 List<ParameterInfo> RequestInfo.getParameters()
          Returns the list of parameters.
 

Method parameters in org.restlet.ext.wadl with type arguments of type ParameterInfo
 void RepresentationInfo.setParameters(List<ParameterInfo> parameters)
          Sets the list of parameters.
 void ResourceInfo.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.
 void RequestInfo.setParameters(List<ParameterInfo> parameters)
          Sets the list of parameters.
 



Copyright © 2005-2013 Restlet.