Interface | Description |
---|---|
IRequestDecoder |
Given a
HttpServletRequest , identifies
the correct request properties (server, scheme, URI and port). |
IUploadFile |
Represents a file uploaded from a client side form.
|
Class | Description |
---|---|
DecodedRequest |
Contains properties of an
HttpServletRequest that have been extracted
from the request (or otherwise determined). |
DecodedRequestInjector |
Checks to see if a
IRequestDecoder has been provided as an
application extension, and (if so), creates a new HttpServletRequest wrapper around the decoded
request. |
DecodedRequestWrapper |
A wrapper that uses a
DecodedRequest to override default
values for several HttpServletRequest properties. |
RequestContext | Deprecated
To be removed in 4.1.
|