org.apache.shale.dialog.scxml
Class ShaleDialogELContext

java.lang.Object
  extended by org.apache.commons.scxml.env.SimpleContext
      extended by org.apache.shale.dialog.scxml.ShaleDialogELContext
All Implemented Interfaces:
Serializable, org.apache.commons.scxml.Context

public class ShaleDialogELContext
extends org.apache.commons.scxml.env.SimpleContext

EL context used by the Commons SCXML executor driving the Shale dialog, backed by application VariableResolver.

Since:
1.0.5 $Id: ShaleDialogELContext.java 501972 2007-01-31 20:13:46Z rahul $
See Also:
Serialized Form

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

ShaleDialogELContext

public ShaleDialogELContext()
Constructor.

Method Detail

get

public Object get(String name)
Get the value of this variable from the application VariableResolver in use; delegating to parent.

Specified by:
get in interface org.apache.commons.scxml.Context
Overrides:
get in class org.apache.commons.scxml.env.SimpleContext
Parameters:
name - The variable name
Returns:
Object The variable value
See Also:
Context.get(java.lang.String)


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.