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
static java.lang.String GLOBAL_LOGO
           
 
Fields inherited from class com.atlassian.confluence.spaces.actions.AbstractLogoAction
attachmentManager, fileUploadManager, log
 
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 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
protected  java.lang.String getAttachmentName()
           
protected  ContentEntityObject getContentToAttachLogoTo()
           
 boolean isLogoDisabled()
           
 
Methods inherited from class com.atlassian.confluence.spaces.actions.AbstractLogoAction
doDelete, doUpload, getLogo, setAttachmentManager, setFileUploadManager
 
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, isSharedMode, 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
 

Field Detail

GLOBAL_LOGO

public static final java.lang.String GLOBAL_LOGO
See Also:
Constant Field Values
Constructor Detail

ConfigureGlobalLogoAction

public ConfigureGlobalLogoAction()
Method Detail

isLogoDisabled

public boolean isLogoDisabled()
Specified by:
isLogoDisabled 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

getContentToAttachLogoTo

protected ContentEntityObject getContentToAttachLogoTo()
Specified by:
getContentToAttachLogoTo in class AbstractLogoAction

getAttachmentName

protected java.lang.String getAttachmentName()
Specified by:
getAttachmentName in class AbstractLogoAction


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