public class HashMapContext extends java.util.HashMap implements JexlContext
| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID
serialization version id jdk13 generated.
|
| Constructor and Description |
|---|
HashMapContext() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getVars()
Retrives the Map of variables associated with this JexlContext.
|
void |
setVars(java.util.Map vars)
Replaces variables in a JexlContext with the variables contained
in the supplied Map.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesstatic final long serialVersionUID
public void setVars(java.util.Map vars)
setVars in interface JexlContextvars - Contents of vars will be replaced with the content
of this Mappublic java.util.Map getVars()
getVars in interface JexlContext