public interface JexlContext
| 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.
|
void setVars(java.util.Map vars)
vars - Contents of vars will be replaced with the content
of this Mapjava.util.Map getVars()