HashMapContext
public interface JexlContext
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getVars() |
Retrives the Map of variables associated with this JexlContext.
|
void |
setVars(java.util.Map<java.lang.String,java.lang.Object> vars) |
Replaces variables in a JexlContext with the variables contained
in the supplied Map.
|
void setVars(java.util.Map<java.lang.String,java.lang.Object> vars)
vars
- Contents of vars will be replaced with the content
of this Mapjava.util.Map<java.lang.String,java.lang.Object> getVars()