Class Summary |
DefaultServletRequestWrapper |
This class acts as a thin wrapper around a ServletRequest. |
DefaultServletResponseWrapper |
This class acts as a thin wrapper around a ServletResponse. |
DeferredResponseWrapper |
This class acts as a thin wrapper around a ServletResponse. |
MultipartRequestWrapper |
Handles both simple and multipart requests transparently
For handling multipart stuff, Jakarta Commons Fileupload is used. |
ParamGateway |
The purpose of this servlet is take a set of req parameters
and persist them in the users session. |
ResourceGateway |
The purpose of this servlet is to look for a static resource
on the classpath and return it to the client |
ScriptDetector |
This class simply detects whether or not the
client has scripting enabled. |