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.ActionSupport
ClientAction 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 String
execute()
String
getControl()
Getter for the fieldcontrol
.String
getCredit()
getCredit.String
getDescription()
getDescription.String
getEta()
getEta.String
getId()
getId.String
getPageTitle()
getPageTitle.String
getPpd()
getPpd.String
getPrcg()
getPrcg.String
getProgress()
getProgress.String
getStatus()
getStatus.void
setConnection(info.mikethomas.jfold.Connection connection)
void
setControl(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:
execute
in interfacecom.opensymphony.xwork2.Action
- Overrides:
execute
in classcom.opensymphony.xwork2.ActionSupport
- Throws:
Exception
-
setControl
public void setControl(String control)
Setter for the field
control
.- Parameters:
control
- aString
object.
-
setConnection
public void setConnection(info.mikethomas.jfold.Connection connection)
-
-