com.atlassian.confluence.admin.actions
Class ConfigureGlobalLogoAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.confluence.core.ConfluenceActionSupport
          extended by com.atlassian.confluence.spaces.actions.AbstractLogoAction
              extended by com.atlassian.confluence.admin.actions.ConfigureGlobalLogoAction
All Implemented Interfaces:
LookAndFeel, 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 ConfigureGlobalLogoAction
extends AbstractLogoAction
implements LookAndFeel, Administrative

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.confluence.spaces.actions.AbstractLogoAction
CONFLUENCE_LOGO, log, LOGO_KEY, resourceManager, space
 
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, 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
 
Constructor Summary
ConfigureGlobalLogoAction()
           
 
Method Summary
 java.lang.String doDelete()
           
 java.lang.String doDisableLogo()
           
 java.lang.String doEnableLogo()
           
 java.lang.String getActionDescriminator()
          use this string to build the webwork action that forms in the view should submit to
 Resource getLogoResource()
           
 boolean isLogoDisabled()
           
 
Methods inherited from class com.atlassian.confluence.spaces.actions.AbstractLogoAction
doUpload, getImageInfo, getSpace, setResourceManager
 
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, execute, 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

ConfigureGlobalLogoAction

public ConfigureGlobalLogoAction()
Method Detail

doDelete

public java.lang.String doDelete()
Specified by:
doDelete in class AbstractLogoAction

isLogoDisabled

public boolean isLogoDisabled()
Specified by:
isLogoDisabled in class AbstractLogoAction

getLogoResource

public Resource getLogoResource()
Specified by:
getLogoResource in class AbstractLogoAction

getActionDescriminator

public java.lang.String getActionDescriminator()
Description copied from class: AbstractLogoAction
use this string to build the webwork action that forms in the view should submit to

Specified by:
getActionDescriminator in class AbstractLogoAction

doDisableLogo

public java.lang.String doDisableLogo()
Specified by:
doDisableLogo in class AbstractLogoAction

doEnableLogo

public java.lang.String doEnableLogo()
Specified by:
doEnableLogo in class AbstractLogoAction


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.