public interface JexlContext
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getVars()
Retrives the Map of variables associated with this JexlContext.
|
void |
setVars(Map<String,Object> vars)
Replaces variables in a JexlContext with the variables contained
in the supplied Map.
|
void setVars(Map<String,Object> vars)
vars
- Contents of vars will be replaced with the content
of this MapCopyright © 2022. All rights reserved.