Interface JexlContext
- All Known Implementing Classes:
HashMapContext
public interface JexlContext
Holds a Map of variables which are referenced in a JEXL expression.
- Since:
- 1.0
- Version:
- $Id$
-
Method Summary
-
Method Details
-
setVars
Replaces variables in a JexlContext with the variables contained in the supplied Map. When setVars() is called on a JexlContext, it clears the current Map and puts each entry of the supplied Map into the current variable Map.- Parameters:
vars- Contents of vars will be replaced with the content of this Map
-
getVars
-