|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestInfo | |
|---|---|
| org.restlet.ext.wadl | Support the WADL specification. |
| Uses of RequestInfo in org.restlet.ext.wadl |
|---|
| Methods in org.restlet.ext.wadl that return RequestInfo | |
|---|---|
RequestInfo |
MethodInfo.getRequest()
Returns the input to the method. |
| Methods in org.restlet.ext.wadl with parameters of type RequestInfo | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||