public interface JexlContext
Modifier and Type | Method and Description |
---|---|
Map |
getVars()
Retrives the Map of variables associated with this JexlContext.
|
void |
setVars(Map vars)
Replaces variables in a JexlContext with the variables contained
in the supplied Map.
|
void setVars(Map vars)
vars
- Contents of vars will be replaced with the content
of this MapMap getVars()
Copyright © 2014 The Apache Software Foundation. All rights reserved.