Package | Description |
---|---|
org.restlet.ext.wadl |
Modifier and Type | Method and Description |
---|---|
RequestInfo |
MethodInfo.getRequest()
Returns the input to the method.
|
Modifier and Type | Method and Description |
---|---|
protected RepresentationInfo |
WadlServerResource.describe(MethodInfo methodInfo,
RequestInfo requestInfo,
Class<?> representationClass,
Variant variant)
Describes a representation class and variant couple as WADL information
for the given method and request.
|
void |
MethodInfo.setRequest(RequestInfo request)
Sets the input to the method.
|
Copyright © 2005–2019. All rights reserved.