Package org.openxava.actions
Interface IChainAction
- All Known Subinterfaces:
IChainActionWithArgv
- All Known Implementing Classes:
CalendarViewDetailAction,CancelDialogAction,DeleteAction,FilterAction,FilterTabBaseAction,GoDetailAction,GoListAction,GroupByAction,OnChangeSearchAction,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
Modifier and TypeMethodDescriptionThe qualified name of the next action to execute.
-
Method Details
-
getNextAction
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:
Exception
-