public class

ManageReferrersAction

extends ConfluenceActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.admin.actions.ManageReferrersAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ManageReferrersAction()
Public Methods
String doAddExcludedReferrer()
String doBanReferrerAndRefreshCache()
bans a referrer and refreshes the referrer cache of the page it came from
String doDisableReferrers()
String doEnableReferrers()
String doHideReferrers()
String doRemoveExcludedReferrer()
String doShowReferrers()
String execute()
int getDeletions()
List getExcludedReferrers()
String getJustAdded()
PaginationSupport getPaginationSupport()
long getRedirPageId()
String getReferrerToExclude()
String getReferrerToRemove()
boolean isCollectReferrerData()
boolean isHideExternalReferrers()
boolean isPermitted()
boolean isShowActionMsg()
void setDeletions(int deletions)
void setJustAdded(String justAdded)
void setRedirPageId(long redirPageId)
void setReferrerToExclude(String referrerToExclude)
void setReferrerToRemove(String referrerToRemove)
void setShowActionMsg(boolean showActionMsg)
void setStartIndex(int start)
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public ManageReferrersAction ()

Public Methods

public String doAddExcludedReferrer ()

Throws
Exception

public String doBanReferrerAndRefreshCache ()

bans a referrer and refreshes the referrer cache of the page it came from

Throws
Exception

public String doDisableReferrers ()

public String doEnableReferrers ()

public String doHideReferrers ()

public String doRemoveExcludedReferrer ()

public String doShowReferrers ()

public String execute ()

Throws
Exception

public int getDeletions ()

public List getExcludedReferrers ()

public String getJustAdded ()

public PaginationSupport getPaginationSupport ()

public long getRedirPageId ()

public String getReferrerToExclude ()

public String getReferrerToRemove ()

public boolean isCollectReferrerData ()

public boolean isHideExternalReferrers ()

public boolean isPermitted ()

public boolean isShowActionMsg ()

public void setDeletions (int deletions)

public void setJustAdded (String justAdded)

public void setRedirPageId (long redirPageId)

public void setReferrerToExclude (String referrerToExclude)

public void setReferrerToRemove (String referrerToRemove)

public void setShowActionMsg (boolean showActionMsg)

public void setStartIndex (int start)