Package net.sf.ehcache.constructs.web.filter

Caching filters compliant with the filters in the Servlet 2.3 specification.

See:
          Description

Class Summary
CachingFilter An abstract CachingFilter.
Filter A generic Filter with most of what we need done.
FilterServletOutputStream A custom ServletOutputStream for use by our filters
GzipFilter Provides GZIP compression of responses.
PageFragmentCachingFilter A Template for a page caching filter that is designed for "included" pages, eg: jsp:includes.
SimpleCachingHeadersPageCachingFilter This Filter extends SimplePageCachingFilter, adding support for the HTTP cache headers: ETag, Last-Modified and Expires.
SimplePageCachingFilter A simple page CachingFilter suitable for most uses.
SimplePageCachingFilterWithBlankPageProblem This implementation only writes the response when it is not committed.
SimplePageFragmentCachingFilter A simple page fragment CachingFilter suitable for most uses.
 

Exception Summary
FilterNonReentrantException Thrown when it is detected that a caching filter's Filter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain) method is reentered by the same thread.
 

Package net.sf.ehcache.constructs.web.filter Description

Caching filters compliant with the filters in the Servlet 2.3 specification.



Copyright ? 2003-2010 Terracotta, Inc.. All Rights Reserved.