Package net.sf.click.extras.filter

Provides GZIP compression Filter classes.

See:
          Description

Class Summary
CompressionFilter Provides a GZIP compression Filter to compress HTML ServletResponse content.
CompressionResponseStream Provides an implementation of ServletOutputStream that works with the CompressionServletResponseWrapper implementation.
CompressionServletResponseWrapper Implementation of HttpServletResponseWrapper that works with the CompressionServletResponseStream implementation.
PerformanceFilter Provides a filter for improving the performance of web applications by setting Expires header on static resources and by compressing the HTTP response.
 

Package net.sf.click.extras.filter Description

Provides GZIP compression Filter classes.