Package | Description |
---|---|
org.restlet.ext.wadl |
Modifier and Type | Method and Description |
---|---|
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> |
RepresentationInfo.getParameters()
Returns the list of parameters.
|
List<ParameterInfo> |
ResponseInfo.getParameters()
Returns the list of parameters.
|
List<ParameterInfo> |
RequestInfo.getParameters()
Returns the list of parameters.
|
List<ParameterInfo> |
ResourceTypeInfo.getParameters()
Returns the list of parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceInfo.setParameters(List<ParameterInfo> parameters)
Sets the list of parameters.
|
void |
RepresentationInfo.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.
|
void |
ResourceTypeInfo.setParameters(List<ParameterInfo> parameters)
Sets the list of parameters.
|
Copyright © 2005–2017. All rights reserved.