Class 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
      Constant RESULTS_PER_PAGE=100
      • Fields inherited from interface com.opensymphony.xwork2.Action

        ERROR, INPUT, LOGIN, NONE, SUCCESS
    • Constructor Summary

      Constructors 
      Constructor Description
      StatsActionBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPage()
      Getter for the field page.
      String getPageTitle()
      Getter for the field pageTitle.
      void setPage​(int page)
      Setter for the field page.
      • 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
        Constant RESULTS_PER_PAGE=100
        See Also:
        Constant Field Values
    • Constructor Detail

      • StatsActionBase

        public StatsActionBase()
    • Method Detail

      • getPageTitle

        public String getPageTitle()

        Getter for the field pageTitle.

        Returns:
        a String object.
      • getPage

        public int getPage()

        Getter for the field page.

        Returns:
        a int.
      • setPage

        public void setPage​(int page)

        Setter for the field page.

        Parameters:
        page - a int.