|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseHeadersNotModifiableException | |
---|---|
net.sf.ehcache.constructs.web | Constructs useful for Java EE Web Container environments, specifically the Servlet 2.3 and later specifications. |
net.sf.ehcache.constructs.web.filter | Caching filters compliant with the filters in the Servlet 2.3 specification. |
Uses of ResponseHeadersNotModifiableException in net.sf.ehcache.constructs.web |
---|
Subclasses of ResponseHeadersNotModifiableException in net.sf.ehcache.constructs.web | |
---|---|
class |
AlreadyCommittedException
This exception is thrown if, in particular, the ServletResponse.isCommitted()
method shows the response has been committed. |
Methods in net.sf.ehcache.constructs.web that throw ResponseHeadersNotModifiableException | |
---|---|
static void |
ResponseUtil.addGzipHeader(javax.servlet.http.HttpServletResponse response)
Adds the gzip HTTP header to the response. |
Uses of ResponseHeadersNotModifiableException in net.sf.ehcache.constructs.web.filter |
---|
Methods in net.sf.ehcache.constructs.web.filter that throw ResponseHeadersNotModifiableException | |
---|---|
protected void |
CachingFilter.writeContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PageInfo pageInfo)
Writes the response content. |
protected void |
CachingFilter.writeResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PageInfo pageInfo)
Writes the response from a PageInfo object. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |