|
Class Summary |
| CharacterEncodingFilter |
The CharacterEncodingFilter can be used to specify a character encoding for requests in Servlet 2.3/2.4. |
| ClosureCompilerFilter |
Filter that performs minification using Google Closure Compiler |
| CompressionFilter |
Servlet Filter implementation class CompressionFilter to handle compressed requests
and also respond with compressed contents supporting gzip, compress or
deflate compression encoding. |
| ModulesFilter |
|
| ModulesFilter.Config |
Class that holds the configuration details. |
| ModulesFilter.RuleMapping |
Class that maps the rules based on URL pattern, mime type pattern or user agent string pattern. |
| ResponseCacheFilter |
The ResponseCacheFilter is implemented as Servlet Filter to enable caching of STATIC resources (JS, CSS, static HTML files) |
| YUIMinFilter |
The YUIMinFilter is implemented as Servlet Filter to enable on the fly minification of JS and CSS resources
using YUICompressor. |