Class Summary |
CharArrayWrapper |
A response wrapper that takes the servlet's or JSP's response and saves it
into a char[] for use in Filters. |
FilterCore |
Abstract class that contains core methods common to Servlet Filters. |
GzipFilter |
Performs gzipping of the response content. |
JavaScriptWritelnFilter |
Converts JSP, servlet, HTML or other output into a JavaScript writeln statement or places it into a
JavaScript variable. |
XMLPostProcessingFilter |
Performs post-processing of an XML stream and gzips the response if supported by the browser. |
XMLValidationFilter |
Deprecated. Use XMLPostProcessingFilter instead |