net.sourceforge.pebble.web.filter
Class GZIPFilter

java.lang.Object
  extended by net.sourceforge.pebble.web.filter.GZIPFilter

public class GZIPFilter
extends java.lang.Object


Constructor Summary
GZIPFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse res, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPFilter

public GZIPFilter()
Method Detail

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse res,
                     FilterChain chain)
              throws java.io.IOException,
                     ServletException
Throws:
java.io.IOException
ServletException

init

public void init(FilterConfig filterConfig)

destroy

public void destroy()


Copyright © 2003-2006, Simon Brown. All Rights Reserved.