Class | Description |
---|---|
AnonymousExpiresFilter |
Caches the servlet output for anonymous users.
|
CauchoResponseWrapper |
Response wrapper that can take advantage of Resin's streams.
|
CsrfFilter |
Support for CSRF prevention.
|
ExpiresFilter |
Caches the servlet output.
|
FilterWrapperResponseStream | |
GzipFilter |
Compresses the response output if the browser accepts compression.
|
HeaderFilter |
Adds custom headers to a response
|
HeaderFilter.Header | |
MD5Filter |
Calculates a HTTP Content-MD5 footer following RFC 1864
|
PasswordFilter |
Save a password that the user submits as the session attribute
'java.naming.security.credentials'.
|
ThrottleFilter |
Throttles the filter to only a limited number of requests.
|
TransactionFilter |
Wraps the request in a transaction.
|
XsltFilter |
Sends the results of the servlet through XSLT.
|