Class SearchAction

    • Constructor Detail

      • SearchAction

        public SearchAction()
    • Method Detail

      • execute

        public void execute()
                     throws java.lang.Exception
        Specified by:
        execute in interface IAction
        Throws:
        java.lang.Exception
      • getNextAction

        public java.lang.String getNextAction()
                                       throws java.lang.Exception
        Description copied from interface: IChainAction
        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.

        Specified by:
        getNextAction in interface IChainAction
        Throws:
        java.lang.Exception