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

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

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

Methods in org.weborganic.bastille.cache.util that return HttpHeader.Type
static HttpHeader.Type HttpHeader.Type.determineType(Class<? extends Serializable> clazz)
          Determines the HttpHeader.Type of the Header.
 HttpHeader.Type HttpHeader.type()
           
static HttpHeader.Type HttpHeader.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpHeader.Type[] HttpHeader.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.