|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.env.SimpleContext
org.apache.commons.scxml.env.jexl.JexlContext
public class JexlContext
JEXL Context implementation for Commons SCXML.
Constructor Summary | |
---|---|
JexlContext()
Constructor. |
|
JexlContext(Context parent)
Constructor with parent context. |
|
JexlContext(Map initialVars)
Constructor with initial vars. |
Method Summary | |
---|---|
Map |
getVars()
Get the variables map. |
void |
reset()
Clear this Context. |
void |
setVars(Map vars)
Set the variables map. |
Methods inherited from class org.apache.commons.scxml.env.SimpleContext |
---|
get, getLog, getParent, has, set, setLocal, setLog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JexlContext()
public JexlContext(Map initialVars)
initialVars
- The initial set of variables.public JexlContext(Context parent)
parent
- The parent context.Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |