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

Packages that use Header
net.sf.ehcache.constructs.web

Constructs useful for Java EE Web Container environments, specifically the Servlet 2.3 and later specifications. 

 

Uses of Header in net.sf.ehcache.constructs.web
 

Methods in net.sf.ehcache.constructs.web that return types with arguments of type Header
 java.util.Collection<Header<? extends java.io.Serializable>> GenericResponseWrapper.getAllHeaders()
           
 java.util.List<Header<? extends java.io.Serializable>> PageInfo.getHeaders()
           
 

Constructor parameters in net.sf.ehcache.constructs.web with type arguments of type Header
PageInfo(int statusCode, java.lang.String contentType, java.util.Collection cookies, byte[] body, boolean storeGzipped, long timeToLiveSeconds, java.util.Collection<Header<? extends java.io.Serializable>> headers)
          Creates a PageInfo object representing the "page".
 



Copyright ? 2003-2010 Terracotta, Inc.. All Rights Reserved.