org.mortbay.servlet.jetty
Class IncludableGzipFilter
java.lang.Object
org.mortbay.servlet.UserAgentFilter
org.mortbay.servlet.GzipFilter
org.mortbay.servlet.jetty.IncludableGzipFilter
- All Implemented Interfaces:
- Filter
public class IncludableGzipFilter
- extends GzipFilter
Includable GZip Filter.
This extension to the GzipFilter
that uses Jetty APIs to allow
headers to be set during calls to
RequestDispatcher.include(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
.
This allows the gzip filter to function correct during includes and to make a decision to gzip or not
at the time the buffer fills and on the basis of all response headers.
- Author:
- gregw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludableGzipFilter
public IncludableGzipFilter()
newGZIPResponseWrapper
protected GzipFilter.GZIPResponseWrapper newGZIPResponseWrapper(HttpServletRequest request,
HttpServletResponse response)
- Overrides:
newGZIPResponseWrapper
in class GzipFilter