public class ActionExecutionContext extends Object
Action
instancesConstructor and Description |
---|
ActionExecutionContext(SCXMLExecutionContext exctx)
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.logging.Log |
getAppLog() |
Context |
getContext(EnterableState state) |
ErrorReporter |
getErrorReporter() |
Evaluator |
getEvaluator() |
EventDispatcher |
getEventDispatcher() |
Context |
getGlobalContext() |
SCXMLIOProcessor |
getInternalIOProcessor() |
SCXML |
getStateMachine() |
public ActionExecutionContext(SCXMLExecutionContext exctx)
exctx
- The SCXML execution context this action execution context belongs topublic SCXML getStateMachine()
public Context getGlobalContext()
public Context getContext(EnterableState state)
public Evaluator getEvaluator()
public ErrorReporter getErrorReporter()
public EventDispatcher getEventDispatcher()
public SCXMLIOProcessor getInternalIOProcessor()
public org.apache.commons.logging.Log getAppLog()
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.