Class ActionChain2

java.lang.Object
org.apache.struts2.ActionSupport
org.apache.struts2.showcase.actionchaining.ActionChain2
All Implemented Interfaces:
Serializable, Action, ValidationAware, LocaleProvider, TextProvider, Validateable

public class ActionChain2 extends ActionSupport
See Also:
  • Constructor Details

    • ActionChain2

      public ActionChain2()
  • Method Details

    • execute

      public String execute() throws Exception
      Description copied from class: ActionSupport
      A default implementation that does nothing an returns "success".

      Subclasses should override this method to provide their business logic.

      See also Action.execute().

      Specified by:
      execute in interface Action
      Overrides:
      execute in class ActionSupport
      Returns:
      returns Action.SUCCESS
      Throws:
      Exception - can be thrown by subclasses.
    • getActionChain1Property1

      public String getActionChain1Property1()
    • setActionChain1Property1

      public void setActionChain1Property1(String actionChain1Property1)
    • getActionChain2Property1

      public String getActionChain2Property1()
    • setActionChain2Property1

      public void setActionChain2Property1(String actionChain2Property1)