Class TigerJexlContext
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,,Object> org.apache.commons.jexl3.JexlContext
public class TigerJexlContext
extends HashMap<String,Object>
implements org.apache.commons.jexl3.JexlContext
- See Also:
-
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> Nested classes/interfaces inherited from interface org.apache.commons.jexl3.JexlContext
org.apache.commons.jexl3.JexlContext.AnnotationProcessor, org.apache.commons.jexl3.JexlContext.CancellationHandle, org.apache.commons.jexl3.JexlContext.ClassNameResolver, org.apache.commons.jexl3.JexlContext.ModuleProcessor, org.apache.commons.jexl3.JexlContext.NamespaceFunctor, org.apache.commons.jexl3.JexlContext.NamespaceResolver, org.apache.commons.jexl3.JexlContext.OptionsHandle, org.apache.commons.jexl3.JexlContext.PragmaProcessor, org.apache.commons.jexl3.JexlContext.ThreadLocal -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
CURRENT_ELEMENT_MARKER
- See Also:
-
ROOT_ELEMENT_MARKER
- See Also:
-
KEY_ELEMENT_MARKER
- See Also:
-
-
Constructor Details
-
TigerJexlContext
-
TigerJexlContext
public TigerJexlContext()
-
-
Method Details
-
withCurrentElement
-
withRootElement
-
withKey
-
get
- Specified by:
getin interfaceorg.apache.commons.jexl3.JexlContext
-
set
- Specified by:
setin interfaceorg.apache.commons.jexl3.JexlContext
-
has
- Specified by:
hasin interfaceorg.apache.commons.jexl3.JexlContext
-
getCurrentElement
-
getRootElement
-
getKey
-