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.
Header<T extends Serializable> Generic implementation of a HTTP header.
HttpDateFormatter RFC 2616 - HTTP/1.1 Protocol

Section 3.3.1 defines the preferred full date and time as:

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.
 

Enum Summary
Header.Type Used to help differentiate the different header types
 

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.



Copyright © 2003-2011 Terracotta, Inc.. All Rights Reserved.