Package org.apache.abdera.protocol.util
Class CacheControlUtil.CacheControlParser
- java.lang.Object
-
- org.apache.abdera.protocol.util.CacheControlUtil.CacheControlParser
-
- All Implemented Interfaces:
Iterable<CacheControlUtil.Directive>
- Enclosing class:
- CacheControlUtil
@Deprecated public static class CacheControlUtil.CacheControlParser extends Object implements Iterable<CacheControlUtil.Directive>
Deprecated.Legacy AEM 6.x API.Parser for the Cache-Control header
-
-
Constructor Summary
Constructors Constructor Description CacheControlParser(String value)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetValue(CacheControlUtil.Directive directive)Deprecated.Map<CacheControlUtil.Directive,String>getValues()Deprecated.String[]getValues(CacheControlUtil.Directive directive)Deprecated.Iterator<CacheControlUtil.Directive>iterator()Deprecated.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
CacheControlParser
public CacheControlParser(String value)
Deprecated.
-
-
Method Detail
-
getValues
public Map<CacheControlUtil.Directive,String> getValues()
Deprecated.
-
getValue
public String getValue(CacheControlUtil.Directive directive)
Deprecated.
-
iterator
public Iterator<CacheControlUtil.Directive> iterator()
Deprecated.- Specified by:
iteratorin interfaceIterable<CacheControlUtil.Directive>
-
getValues
public String[] getValues(CacheControlUtil.Directive directive)
Deprecated.
-
-