Package org.apache.abdera.i18n.templates
Class CachingContext
- java.lang.Object
-
- org.apache.abdera.i18n.templates.AbstractContext
-
- org.apache.abdera.i18n.templates.CachingContext
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Context
- Direct Known Subclasses:
DelegatingContext,ObjectContext
@Deprecated public abstract class CachingContext extends AbstractContext
Deprecated.Legacy AEM 6.x API.Abstract Context implementation that caches resolved values so that do not have to be resolved again- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachingContext()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclear()Deprecated.Clear this context<T> Tresolve(String var)Deprecated.Resolve a value for the specified variable.-
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, iterator, spliterator
-
-
-
-
Method Detail
-
resolve
public <T> T resolve(String var)
Deprecated.Description copied from interface:ContextResolve a value for the specified variable. The method can return either a String, an Array or a Collection.
-
clear
public void clear()
Deprecated.Description copied from interface:ContextClear this context
-
-