Interface IAction

    • Method Detail

      • execute

        void execute()
              throws Exception
        The method in your Action that does the work.
        Throws:
        Exception - if there was an error executing the Action
      • isExecutionSuccessful

        default boolean isExecutionSuccessful()
        Provide the execution status of last Action. For backward compatibility, it is declared as default method which returns true
        Returns:
        boolean Indicate true for success and false for failure