org.apache.commons.jexl
public interface JexlContext
Since: 1.0
Version: $Id: JexlContext.java 397092 2006-04-26 05:11:28Z dion $
Method Summary | |
---|---|
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. |
Returns: A reference to the variable Map associated with this JexlContext.
Parameters: vars Contents of vars will be replaced with the content of this Map