Package org.apache.abdera.i18n.templates
Class HashMapContext
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- org.apache.abdera.i18n.templates.HashMapContext
-
@Deprecated public final class HashMapContext extends HashMap<String,Object> implements Context
Deprecated.Legacy AEM 6.x API.Context implementation based on a HashMap- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description HashMapContext()Deprecated.HashMapContext(Map<String,Object> map)Deprecated.HashMapContext(Map<String,Object> map, boolean isiri)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.inthashCode()Deprecated.booleanisIri()Deprecated.True if IRI expansion is enabledbooleanisNormalizing()Deprecated.Iterator<String>iterator()Deprecated.<T> Tresolve(String var)Deprecated.Resolve a value for the specified variable.voidsetIri(boolean isiri)Deprecated.True if IRI expansion is to be enabledvoidsetNormalizing(boolean normalizing)Deprecated.-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
toString
-
Methods inherited from interface java.lang.Iterable
forEach, 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.
-
isIri
public boolean isIri()
Deprecated.Description copied from interface:ContextTrue if IRI expansion is enabled
-
setIri
public void setIri(boolean isiri)
Deprecated.Description copied from interface:ContextTrue if IRI expansion is to be enabled
-
hashCode
public int hashCode()
Deprecated.
-
equals
public boolean equals(Object obj)
Deprecated.
-
isNormalizing
public boolean isNormalizing()
Deprecated.
-
setNormalizing
public void setNormalizing(boolean normalizing)
Deprecated.
-
-