Package info.mikethomas.fahweb.action
Class ClientAction
- java.lang.Object
-
- com.opensymphony.xwork2.ActionSupport
-
- info.mikethomas.fahweb.action.ClientAction
-
- 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 ClientAction extends com.opensymphony.xwork2.ActionSupportClientAction class.
- Version:
- $Id: $Id
- Author:
- Michael Thomas (mikepthomas@outlook.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringexecute()StringgetControl()Getter for the fieldcontrol.StringgetCredit()getCredit.StringgetDescription()getDescription.StringgetEta()getEta.StringgetId()getId.StringgetPageTitle()getPageTitle.StringgetPpd()getPpd.StringgetPrcg()getPrcg.StringgetProgress()getProgress.StringgetStatus()getStatus.voidsetConnection(info.mikethomas.jfold.Connection connection)voidsetControl(String control)Setter for the fieldcontrol.-
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
-
-
-
-
Method Detail
-
execute
public String execute() throws Exception
- Specified by:
executein interfacecom.opensymphony.xwork2.Action- Overrides:
executein classcom.opensymphony.xwork2.ActionSupport- Throws:
Exception
-
setControl
public void setControl(String control)
Setter for the field
control.- Parameters:
control- aStringobject.
-
setConnection
public void setConnection(info.mikethomas.jfold.Connection connection)
-
-