|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.scxml.model.Action org.apache.shale.dialog.scxml.action.ViewAction
public class ViewAction
Custom Commons SCXML action to set the JSF view identifier of the next view to be rendered by this dialog.
Constructor Summary | |
---|---|
ViewAction()
|
Method Summary | |
---|---|
void |
execute(org.apache.commons.scxml.EventDispatcher evtDispatcher,
org.apache.commons.scxml.ErrorReporter errRep,
org.apache.commons.scxml.SCInstance scInstance,
Log appLog,
Collection derivedEvents)
Set nextViewId in dialog properties, which will be the next view rendered by this dialog. |
String |
getViewId()
Get the view identifier. |
void |
setViewId(String viewId)
Set the view identifier. |
Methods inherited from class org.apache.commons.scxml.model.Action |
---|
getNamespaces, getNamespacesKey, getParent, getParentState, setNamespaces, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewAction()
Method Detail |
---|
public void execute(org.apache.commons.scxml.EventDispatcher evtDispatcher, org.apache.commons.scxml.ErrorReporter errRep, org.apache.commons.scxml.SCInstance scInstance, Log appLog, Collection derivedEvents) throws org.apache.commons.scxml.model.ModelException, org.apache.commons.scxml.SCXMLExpressionException
Set nextViewId in dialog properties, which will be the next view rendered by this dialog.
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 events
org.apache.commons.scxml.model.ModelException
- If execution causes a non-deterministic state
org.apache.commons.scxml.SCXMLExpressionException
- Bad expressionpublic String getViewId()
public void setViewId(String viewId)
viewId
- The view identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |