ehcache

Package net.sf.ehcache.constructs.web

Constructs useful for Java EE Web Container environments, specifically the Servlet 2.3 and later specifications.

See:
          Description

Class Summary
GenericResponseWrapper Provides a wrapper for HttpServletResponseWrapper.
PageInfo A Serializable representation of a HttpServletResponse.
ResponseUtil A collection of response processing utilities, which are shared between 2 or more filters
SerializableCookie A serializable cookie which wraps Cookie.
ShutdownListener A ServletContextListener that shutsdown CacheManager.
 

Exception Summary
AlreadyCommittedException

This exception is thrown if, in particular, the ServletResponse.isCommitted() method shows the response has been committed.

AlreadyGzippedException The web package performs gzipping operations.
ResponseHeadersNotModifiableException The HttpServletResponse.setHeader(String, String) method sets a response header with the given name and value.
 

Package net.sf.ehcache.constructs.web Description

Constructs useful for Java EE Web Container environments, specifically the Servlet 2.3 and later specifications.

This package contains a subpackage of caching filters and support objects for it.


ehcache