Package com.jfw.web.filter

Web application filters.

See:
          Description

Class Summary
CharsetFilter Set the character encoding of request.
CompressionFilter Implementation of javax.servlet.Filter used to compress the ServletResponse if it is bigger than a threshold.
CompressionResponseStream Implementation of ServletOutputStream that works with the CompressionServletResponseWrapper implementation.
CompressionServletResponseWrapper Implementation of HttpServletResponseWrapper that works with the CompressionServletResponseStream implementation.
JFWFilter All filters extend this class.
 

Package com.jfw.web.filter Description

Web application filters.