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(java.lang.String name, boolean required, java.lang.String type, ParameterStyle style, java.lang.String documentation)
          Adds a new request parameter.
 ParameterInfo MethodInfo.addResponseParameter(java.lang.String name, boolean required, java.lang.String type, ParameterStyle style, java.lang.String documentation)
          Adds a new response parameter.
 

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

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



Copyright © 2005-2008 Noelios Technologies.