Apache Abdera API

Uses of Class
org.apache.abdera.protocol.util.CacheControlUtil.Directive

Packages that use CacheControlUtil.Directive
org.apache.abdera.protocol.util   
 

Uses of CacheControlUtil.Directive in org.apache.abdera.protocol.util
 

Methods in org.apache.abdera.protocol.util that return CacheControlUtil.Directive
static CacheControlUtil.Directive CacheControlUtil.Directive.select(String d)
           
static CacheControlUtil.Directive CacheControlUtil.Directive.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheControlUtil.Directive[] CacheControlUtil.Directive.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.abdera.protocol.util that return types with arguments of type CacheControlUtil.Directive
 Map<CacheControlUtil.Directive,String> CacheControlUtil.CacheControlParser.getValues()
           
 Iterator<CacheControlUtil.Directive> CacheControlUtil.CacheControlParser.iterator()
           
 

Methods in org.apache.abdera.protocol.util with parameters of type CacheControlUtil.Directive
 String CacheControlUtil.CacheControlParser.getValue(CacheControlUtil.Directive directive)
           
 String[] CacheControlUtil.CacheControlParser.getValues(CacheControlUtil.Directive directive)
           
 


Apache Abdera API

Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.