|
ehcache | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
| SimplePageCachingFilter | A simple page CachingFilter suitable for most uses. |
| 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. |
Caching filters compliant with the filters in the Servlet 2.3 specification.
|
ehcache | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||