|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterStyle | |
---|---|
org.restlet.ext.wadl | Support the WADL specification. |
Uses of ParameterStyle in org.restlet.ext.wadl |
---|
Methods in org.restlet.ext.wadl that return ParameterStyle | |
---|---|
ParameterStyle |
ParameterInfo.getStyle()
Returns the parameter style. |
static ParameterStyle |
ParameterStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParameterStyle[] |
ParameterStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.restlet.ext.wadl with parameters of type ParameterStyle | |
---|---|
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. |
void |
ParameterInfo.setStyle(ParameterStyle style)
Sets the parameter style. |
Constructors in org.restlet.ext.wadl with parameters of type ParameterStyle | |
---|---|
ParameterInfo(java.lang.String name,
boolean required,
java.lang.String type,
ParameterStyle style,
java.lang.String documentation)
Constructor. |
|
ParameterInfo(java.lang.String name,
ParameterStyle style,
DocumentationInfo documentation)
Constructor with a single documentation element. |
|
ParameterInfo(java.lang.String name,
ParameterStyle style,
java.util.List<DocumentationInfo> documentations)
Constructor with a list of documentation elements. |
|
ParameterInfo(java.lang.String name,
ParameterStyle style,
java.lang.String documentation)
Constructor with a single documentation element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |