Package org.apache.abdera.i18n.templates
Class DelegatingContext
- java.lang.Object
-
- org.apache.abdera.i18n.templates.AbstractContext
-
- org.apache.abdera.i18n.templates.CachingContext
-
- org.apache.abdera.i18n.templates.DelegatingContext
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Context
- Direct Known Subclasses:
TemplateTargetBuilder.TemplateContext
@Deprecated public abstract class DelegatingContext extends CachingContext
Deprecated.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Iterator<String>iterator()Deprecated.-
Methods inherited from class org.apache.abdera.i18n.templates.CachingContext
clear, resolve
-
Methods inherited from class org.apache.abdera.i18n.templates.AbstractContext
isIri, isNormalizing, setIri, setNormalizing
-
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
-
-