com.atlassian.confluence.admin.actions
Class ManageReferrersAction
java.lang.Object
com.opensymphony.xwork.ActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
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
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, log, permissionManager, permitted, 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 |
Methods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
addActionError, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getActionName, getBootstrapManager, getCancelResult, getDateFormatter, getDefaultResourceBundle, getEventManager, getFriendlyDateFormatter, getGlobalHelper, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getNiceContentType, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRandom, getRemoteUser, getSession, getSpaceHelper, 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, isUsingHSQL, setBootstrapManager, setCancel, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setPermissionCheck, setPermissionManager, 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 |
ManageReferrersAction
public ManageReferrersAction()
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 bucket.core.actions.PaginationSupport getPaginationSupport()
setStartIndex
public void setStartIndex(int start)
getRedirPageId
public long getRedirPageId()
setRedirPageId
public void setRedirPageId(long redirPageId)
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.