Uses of Class
org.restlet.ext.wadl.RequestInfo
-
Packages that use RequestInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of RequestInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as RequestInfo Modifier and Type Field Description private RequestInfoWadlRepresentation.ContentReader. currentRequestThe current parsed "request" tag.private RequestInfoMethodInfo. requestDeprecated.Describes the input to the method.Methods in org.restlet.ext.wadl that return RequestInfo Modifier and Type Method Description RequestInfoMethodInfo. getRequest()Deprecated.Returns the input to the method.Methods in org.restlet.ext.wadl with parameters of type RequestInfo Modifier and Type Method Description protected RepresentationInfoWadlServerResource. describe(MethodInfo methodInfo, RequestInfo requestInfo, java.lang.Class<?> representationClass, Variant variant)Deprecated.Describes a representation class and variant couple as WADL information for the given method and request.voidMethodInfo. setRequest(RequestInfo request)Deprecated.Sets the input to the method.
-