ehcache

Uses of Package
net.sf.ehcache.constructs.web

Packages that use net.sf.ehcache.constructs.web
net.sf.ehcache.constructs.web

Constructs useful for J2EE Web Container environments, specifically the Servlet 2.3 specification. 

net.sf.ehcache.constructs.web.filter

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

 

Classes in net.sf.ehcache.constructs.web used by net.sf.ehcache.constructs.web
AlreadyGzippedException
          The web package performs gzipping operations.
ResponseHeadersNotModifiableException
          The HttpServletResponse.setHeader(String, String) method sets a response header with the given name and value.
 

Classes in net.sf.ehcache.constructs.web used by net.sf.ehcache.constructs.web.filter
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.
PageInfo
          A Serializable representation of a HttpServletResponse.
ResponseHeadersNotModifiableException
          The HttpServletResponse.setHeader(String, String) method sets a response header with the given name and value.
 


ehcache