Uses of Class
org.weborganic.bastille.cache.util.HttpHeader

Packages that use HttpHeader
org.weborganic.bastille.cache.util Utility classes supporting the caching generators and filters. 
 

Uses of HttpHeader in org.weborganic.bastille.cache.util
 

Methods in org.weborganic.bastille.cache.util that return types with arguments of type HttpHeader
 List<HttpHeader<? extends Serializable>> CachedResponseWrapper.getAllHeaders()
           
 List<HttpHeader<? extends Serializable>> StaticResource.getHeaders(boolean gzipped)
           
 List<HttpHeader<? extends Serializable>> GenericResource.getHeaders(boolean gzipped)
           
 List<HttpHeader<? extends Serializable>> CachedResource.getHeaders(boolean gzipped)
           
 

Constructor parameters in org.weborganic.bastille.cache.util with type arguments of type HttpHeader
GenericResource(int status, String contentType, byte[] body, boolean storeGzipped, Collection<HttpHeader<? extends Serializable>> headers)
          Creates a PageInfo object representing the "page".