com.atlassian.confluence.admin.actions
Class ManageReferrersAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.confluence.core.ConfluenceActionSupport
          extended by com.atlassian.confluence.admin.actions.ManageReferrersAction
All Implemented Interfaces:
Administrative, WebInterface, com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, java.io.Serializable

public class ManageReferrersAction
extends ConfluenceActionSupport
implements Administrative

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, log, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ManageReferrersAction()
           
 
Method Summary
 java.lang.String doAddExcludedReferrer()
           
 java.lang.String doBanReferrerAndRefreshCache()
          bans a referrer and refreshes the referrer cache of the page it came from
 java.lang.String doDisableReferrers()
           
 java.lang.String doEnableReferrers()
           
 java.lang.String doHideReferrers()
           
 java.lang.String doRemoveExcludedReferrer()
           
 java.lang.String doShowReferrers()
           
 java.lang.String execute()
           
 int getDeletions()
           
 java.util.List getExcludedReferrers()
           
 java.lang.String getJustAdded()
           
 PaginationSupport getPaginationSupport()
           
 long getRedirPageId()
           
 java.lang.String getReferrerToExclude()
           
 java.lang.String getReferrerToRemove()
           
 boolean isCollectReferrerData()
           
 boolean isHideExternalReferrers()
           
 boolean isShowActionMsg()
           
 void setDeletions(int deletions)
           
 void setJustAdded(java.lang.String justAdded)
           
 void setRedirPageId(long redirPageId)
           
 void setReferrerToExclude(java.lang.String referrerToExclude)
           
 void setReferrerToRemove(java.lang.String referrerToRemove)
           
 void setShowActionMsg(boolean showActionMsg)
           
 void setStartIndex(int start)
           
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
addActionError, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getActionName, getActionName, getBootstrapManager, getCancelResult, getDateFormatter, getDefaultResourceBundle, getEventManager, getFriendlyDateFormatter, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getNiceContentType, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRandom, getRemoteUser, getSession, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUser, getUserAccessor, getUserFullName, getUserInterfaceState, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermissionCheck, isPermitted, isPermittedAsString, isPrintableVersion, isSharedMode, isUserStatusPluginEnabled, isUsingHSQL, setBootstrapManager, setCancel, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setPermissionCheck, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSpacePermissionManager, setUserAccessor, setWebInterfaceManager
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManageReferrersAction

public ManageReferrersAction()
Method Detail

execute

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

doDisableReferrers

public java.lang.String doDisableReferrers()

doEnableReferrers

public java.lang.String doEnableReferrers()

doHideReferrers

public java.lang.String doHideReferrers()

doShowReferrers

public java.lang.String doShowReferrers()

doAddExcludedReferrer

public java.lang.String doAddExcludedReferrer()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

doBanReferrerAndRefreshCache

public java.lang.String doBanReferrerAndRefreshCache()
                                              throws java.lang.Exception
bans a referrer and refreshes the referrer cache of the page it came from

Returns:
Throws:
java.lang.Exception

getReferrerToExclude

public java.lang.String getReferrerToExclude()

setReferrerToExclude

public void setReferrerToExclude(java.lang.String referrerToExclude)

setReferrerToRemove

public void setReferrerToRemove(java.lang.String referrerToRemove)

getReferrerToRemove

public java.lang.String getReferrerToRemove()

getJustAdded

public java.lang.String getJustAdded()

setJustAdded

public void setJustAdded(java.lang.String justAdded)

doRemoveExcludedReferrer

public java.lang.String doRemoveExcludedReferrer()

isHideExternalReferrers

public boolean isHideExternalReferrers()

isCollectReferrerData

public boolean isCollectReferrerData()

getExcludedReferrers

public java.util.List getExcludedReferrers()

isShowActionMsg

public boolean isShowActionMsg()

setShowActionMsg

public void setShowActionMsg(boolean showActionMsg)

getDeletions

public int getDeletions()

setDeletions

public void setDeletions(int deletions)

getPaginationSupport

public PaginationSupport getPaginationSupport()

setStartIndex

public void setStartIndex(int start)

getRedirPageId

public long getRedirPageId()

setRedirPageId

public void setRedirPageId(long redirPageId)


Copyright © 2003-2010 Atlassian. All Rights Reserved.