Interface IChainAction

    • 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