| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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.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()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||