Package info.mikethomas.fahweb.action
Class StatsActionBase
- java.lang.Object
-
- com.opensymphony.xwork2.ActionSupport
-
- info.mikethomas.fahweb.action.StatsActionBase
-
- All Implemented Interfaces:
com.opensymphony.xwork2.Action
,com.opensymphony.xwork2.LocaleProvider
,com.opensymphony.xwork2.TextProvider
,com.opensymphony.xwork2.Validateable
,com.opensymphony.xwork2.ValidationAware
,Serializable
- Direct Known Subclasses:
TeamAction
,UserAction
public abstract class StatsActionBase extends com.opensymphony.xwork2.ActionSupport
Abstract StatsActionBase class.
- Version:
- $Id: $Id
- Author:
- Michael Thomas (mikepthomas@outlook.com)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
RESULTS_PER_PAGE
ConstantRESULTS_PER_PAGE=100
-
Constructor Summary
Constructors Constructor Description StatsActionBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPage()
Getter for the fieldpage
.String
getPageTitle()
Getter for the fieldpageTitle
.void
setPage(int page)
Setter for the fieldpage
.-
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, execute, 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
-
-
-
-
Field Detail
-
RESULTS_PER_PAGE
public static final int RESULTS_PER_PAGE
ConstantRESULTS_PER_PAGE=100
- See Also:
- Constant Field Values
-
-