com.solidstategroup.action.stats
Class ReferrersAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.solidstategroup.webwork.BaseAction
          extended by com.solidstategroup.action.CmsAction
              extended by com.solidstategroup.action.stats.StatsAction
                  extended by com.solidstategroup.action.stats.ReferrersAction
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.Preparable, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, java.io.Serializable, java.lang.Cloneable

public class ReferrersAction
extends StatsAction

ReferrersAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.solidstategroup.action.stats.StatsAction
filter, firedAction
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ReferrersAction()
           
 
Method Summary
 java.lang.String execute()
           
 java.util.Collection getReferrers()
           
 java.util.Collection getSearchTerms()
           
 void setReferrers(java.util.Collection referrers)
           
 void setSearchTerms(java.util.Collection searchTerms)
           
 
Methods inherited from class com.solidstategroup.action.stats.StatsAction
buildBarChart, buildPieChart, getFilter, getFiredAction, setFilter, setFiredAction
 
Methods inherited from class com.solidstategroup.action.CmsAction
prepare
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clone, doDefault, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferrersAction

public ReferrersAction()
Method Detail

execute

public java.lang.String execute()
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class com.opensymphony.xwork.ActionSupport

getSearchTerms

public java.util.Collection getSearchTerms()

setSearchTerms

public void setSearchTerms(java.util.Collection searchTerms)

getReferrers

public java.util.Collection getReferrers()

setReferrers

public void setReferrers(java.util.Collection referrers)