Uses of Class
org.apache.juneau.rest.httppart.RequestAttribute
Packages that use RequestAttribute
-
Uses of RequestAttribute in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return RequestAttributeModifier and TypeMethodDescriptionRestRequest.getAttribute
(String name) Returns the request attribute with the specified name. -
Uses of RequestAttribute in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return RequestAttributeModifier and TypeMethodDescriptionReturns the request attribute with the specified name.Methods in org.apache.juneau.rest.httppart that return types with arguments of type RequestAttributeModifier and TypeMethodDescriptionRequestAttributes.getAll()
Returns all the attribute on this request.