Package jodd.servlet.filter

Just few common servlet filters and response wrappers.

See:
          Description

Class Summary
ByteArrayResponseWrapper Response wrapper that takes everything the client would normally output and saves it in byte array.
CharacterEncodingFilter Example filter that sets the character encoding to be used in parsing the incoming request, either unconditionally or only if the client did not specify a character encoding.
CharArrayResponseWrapper Response wrapper that takes everything the client would normally output and saves it in character array.
FastByteArrayServletOutputStream Implementation of ServletOutputStream that buffers inserted content.
GzipFilter Compresses output with gzip, for browsers that supports it.
GzipResponseStream GZIP response stream.
GzipResponseWrapper Implementation of HttpServletResponseWrapper that works with the GzipResponseStream implementation.
RemoveSessionFromUrlFilter Protects from exposing session ids in URLs for security reasons.
 

Package jodd.servlet.filter Description

Just few common servlet filters and response wrappers.



Copyright © 2003-2012 Jodd Team