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

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

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

 

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

Methods in net.sf.ehcache.constructs.web that return Header.Type
static Header.Type Header.Type.determineType(Class<? extends Serializable> typeClass)
          Determines the Header.Type of the Header.
 Header.Type Header.getType()
           
static Header.Type Header.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Header.Type[] Header.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2011 Terracotta, Inc.. All Rights Reserved.