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.JexlContext
setVars
in class SimpleContext
vars
- The new variables map.JexlContext.setVars(Map)
,
SimpleContext.setVars(Map)
public Map getVars()
getVars
in interface org.apache.commons.jexl.JexlContext
getVars
in interface Context
getVars
in class SimpleContext
JexlContext.getVars()
,
SimpleContext.getVars()
public void reset()
reset
in interface Context
reset
in class SimpleContext
Context.reset()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.