|
||||||||||
| 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.shale.dialog.scxml.ShaleDialogELContext
public class ShaleDialogELContext
EL context used by the Commons SCXML executor driving the Shale
dialog, backed by application VariableResolver.
| Constructor Summary | |
|---|---|
ShaleDialogELContext()
Constructor. |
|
| Method Summary | |
|---|---|
Object |
get(String name)
Get the value of this variable from the application VariableResolver in use; delegating to parent. |
| Methods inherited from class org.apache.commons.scxml.env.SimpleContext |
|---|
getLog, getParent, getVars, has, reset, set, setLocal, setLog, setVars |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShaleDialogELContext()
| Method Detail |
|---|
public Object get(String name)
VariableResolver in use; delegating to parent.
get in interface org.apache.commons.scxml.Contextget in class org.apache.commons.scxml.env.SimpleContextname - The variable name
Context.get(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||