public class JexlContext extends SimpleContext implements org.apache.commons.jexl.JexlContext
| Constructor and Description |
|---|
JexlContext()
Constructor.
|
JexlContext(Context parent)
Constructor with parent context.
|
JexlContext(Map initialVars)
Constructor with initial vars.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getVars()
Get the variables map.
|
void |
reset()
Clear this Context.
|
void |
setVars(Map vars)
Set the variables map.
|
public JexlContext()
public JexlContext(Map initialVars)
initialVars - The initial set of variables.public JexlContext(Context parent)
parent - The parent context.public void setVars(Map vars)
setVars in interface org.apache.commons.jexl.JexlContextsetVars in class SimpleContextvars - The new variables map.JexlContext.setVars(Map),
SimpleContext.setVars(Map)public Map getVars()
getVars in interface org.apache.commons.jexl.JexlContextgetVars in interface ContextgetVars in class SimpleContextJexlContext.getVars(),
SimpleContext.getVars()public void reset()
reset in interface Contextreset in class SimpleContextContext.reset()Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.