Constructs useful for J2EE Web Container environments, specifically the Servlet 2.3 specification.
See: Description
Class Summary | |
---|---|
AlreadyCommittedException | This exception is thrown if, in particular, the javax.servlet.ServletResponse#isCommitted() method shows the response has been committed. |
AlreadyGzippedException | The web package performs gzipping operations. |
GenericResponseWrapper | Provides a wrapper for javax.servlet.http.HttpServletResponseWrapper. |
PageInfo | A Serializable representation of a HttpServletResponse. |
ResponseHeadersNotModifiableException | The javax.servlet.http.HttpServletResponse#setHeader(String, String) method sets a response header with the given name and value. |
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. |