org.apache.struts2.showcase.actionchaining
Class ActionChain2

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

public class ActionChain2
extends com.opensymphony.xwork2.ActionSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ActionChain2()
           
 
Method Summary
 String execute()
           
 String getActionChain1Property1()
           
 String getActionChain2Property1()
           
 void setActionChain1Property1(String actionChain1Property1)
           
 void setActionChain2Property1(String actionChain2Property1)
           
 
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionChain2

public ActionChain2()
Method Detail

getActionChain1Property1

public String getActionChain1Property1()

setActionChain1Property1

public void setActionChain1Property1(String actionChain1Property1)

getActionChain2Property1

public String getActionChain2Property1()

setActionChain2Property1

public void setActionChain2Property1(String actionChain2Property1)

execute

public String execute()
               throws Exception
Specified by:
execute in interface com.opensymphony.xwork2.Action
Overrides:
execute in class com.opensymphony.xwork2.ActionSupport
Throws:
Exception


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.