ehcache

Uses of Class
net.sf.ehcache.constructs.web.AlreadyGzippedException

Packages that use AlreadyGzippedException
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 AlreadyGzippedException in net.sf.ehcache.constructs.web
 

Constructors in net.sf.ehcache.constructs.web that throw AlreadyGzippedException
PageInfo(int statusCode, java.lang.String contentType, java.util.Collection headers, java.util.Collection cookies, byte[] body, boolean storeGzipped)
          Creates a PageInfo.
 

Uses of AlreadyGzippedException in net.sf.ehcache.constructs.web.filter
 

Methods in net.sf.ehcache.constructs.web.filter that throw AlreadyGzippedException
protected  PageInfo PageFragmentCachingFilter.buildPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
          Builds the PageInfo object by passing the request along the filter chain
protected  PageInfo CachingFilter.buildPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
          Builds the PageInfo object by passing the request along the filter chain
protected  void CachingFilter.doFilter(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
          Performs the filtering for a request.
 


ehcache