public class RedirectAction
extends org.apache.commons.scxml.model.Action
Custom Commons SCXML action to signal that the next rendered view in this dialog should use a redirect.
Constructor and Description |
---|
RedirectAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.apache.commons.scxml.EventDispatcher evtDispatcher,
org.apache.commons.scxml.ErrorReporter errRep,
org.apache.commons.scxml.SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Set redirection flag in dialog properties so the next rendered
dialog view is issued as a redirect.
|
public void execute(org.apache.commons.scxml.EventDispatcher evtDispatcher, org.apache.commons.scxml.ErrorReporter errRep, org.apache.commons.scxml.SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents) throws org.apache.commons.scxml.model.ModelException, org.apache.commons.scxml.SCXMLExpressionException
Set redirection flag in dialog properties so the next rendered dialog view is issued as a redirect.
execute
in class org.apache.commons.scxml.model.Action
evtDispatcher
- The EventDispatcher for this execution instanceerrRep
- The ErrorReporterscInstance
- The state machine execution instance informationappLog
- The application logderivedEvents
- The collection of internal eventsorg.apache.commons.scxml.model.ModelException
- If execution causes a non-deterministic stateorg.apache.commons.scxml.SCXMLExpressionException
- Bad expressionCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.