Package info.mikethomas.fahweb.action
Class TeamAction
- java.lang.Object
-
- com.opensymphony.xwork2.ActionSupport
-
- info.mikethomas.fahweb.action.StatsActionBase
-
- info.mikethomas.fahweb.action.TeamAction
-
- 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 TeamAction extends StatsActionBase
TeamAction class.
- Version:
- $Id: $Id
- Author:
- Michael Thomas (mikepthomas@outlook.com)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class info.mikethomas.fahweb.action.StatsActionBase
RESULTS_PER_PAGE
-
-
Constructor Summary
Constructors Constructor Description TeamAction(TeamService teamService)
Constructor for TeamAction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
execute()
List<Team>
getTeamList()
Getter for the fieldteamList
.-
Methods inherited from class info.mikethomas.fahweb.action.StatsActionBase
getPage, getPageTitle, setPage
-
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
-
-
-
-
Constructor Detail
-
TeamAction
public TeamAction(TeamService teamService)
Constructor for TeamAction.
- Parameters:
teamService
- aTeamService
object.
-
-