Class ActionChain3
java.lang.Object
org.apache.struts2.ActionSupport
org.apache.struts2.showcase.actionchaining.ActionChain3
- All Implemented Interfaces:
Serializable,Action,ValidationAware,LocaleProvider,TextProvider,Validateable
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts2.ActionSupport
container -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()A default implementation that does nothing an returns "success".voidsetActionChain1Property1(String actionChain1Property1) voidsetActionChain2Property1(String actionChain2Property1) voidsetActionChain3Property1(String actionChain3Property1) Methods inherited from class org.apache.struts2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getLocaleProvider, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, toLocale, validate
-
Constructor Details
-
ActionChain3
public ActionChain3()
-
-
Method Details
-
execute
Description copied from class:ActionSupportA default implementation that does nothing an returns "success".Subclasses should override this method to provide their business logic.
See also
Action.execute().- Specified by:
executein interfaceAction- Overrides:
executein classActionSupport- Returns:
- returns
Action.SUCCESS - Throws:
Exception- can be thrown by subclasses.
-
getActionChain1Property1
-
setActionChain1Property1
-
getActionChain2Property1
-
setActionChain2Property1
-
getActionChain3Property1
-
setActionChain3Property1
-