org.openxava.actions
Interface IChainAction

All Known Subinterfaces:
IChainActionWithArgv
All Known Implementing Classes:
CancelDialogAction, CreateNewFromReferenceAction, DeleteAction, GoDetailAction, ModifyFromReferenceAction, NavigationFromReferenceBaseAction, SaveAndStayElementInCollectionAction, SearchAction, SearchDialogAction, ViewDetailAction

public interface IChainAction

Indicates an action that must be executed after the execution of this one.

Author:
Javier Paniza

Method Summary
 java.lang.String getNextAction()
          The qualified name of the next action to execute.
 

Method Detail

getNextAction

java.lang.String getNextAction()
                               throws java.lang.Exception
The qualified name of the next action to execute.

Qualified name is name of the controller + name of the action as in controllers.xml file. For example, CRUD.new.

Throws:
java.lang.Exception