com.atlassian.confluence.admin.actions
Class ConfigureDefaultSpaceLogoAction

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.ConfigureDefaultSpaceLogoAction
All Implemented Interfaces:
LookAndFeel, WebInterface, MessageHolderAware, com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, Serializable

public class ConfigureDefaultSpaceLogoAction
extends AbstractLogoAction
implements LookAndFeel

See Also:
Serialized Form

Field Summary
static String DEFAULT_SPACE_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, messageHolder, 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
ConfigureDefaultSpaceLogoAction()
           
 
Method Summary
 String doDisableLogo()
           
 String doEnableLogo()
           
 String getActionDescriminator()
          use this string to build the webwork action that forms in the view should submit to
protected  String getAttachmentName()
           
protected  ContentEntityObject getContentToAttachLogoTo()
           
 boolean isLogoDisabled()
           
 boolean isPermitted()
           
 
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, addActionMessage, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getActionName, getActionName, getBootstrapManager, getCancel, getCancelResult, getContext, getDateFormatSetting, getDateFormatter, getDefaultResourceBundle, getDocLink, getEventManager, getFriendlyDateFormatter, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getMessageHolder, getNiceContentType, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRandom, getRemoteUser, getSession, getSystemInformationService, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUser, getUserAccessor, getUserFullName, getUserInterfaceState, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermissionCheck, isPermittedAsString, isPrintableVersion, isSharedMode, isUserStatusPluginEnabled, isUsingHSQL, setBootstrapManager, setCancel, setContentUiSupport, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setMessageHolder, setPermissionCheck, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSpacePermissionManager, setSystemInformationService, 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
 
Methods inherited from interface com.atlassian.confluence.validation.MessageHolderAware
validate
 

Field Detail

DEFAULT_SPACE_LOGO

public static final String DEFAULT_SPACE_LOGO
See Also:
Constant Field Values
Constructor Detail

ConfigureDefaultSpaceLogoAction

public ConfigureDefaultSpaceLogoAction()
Method Detail

isPermitted

public boolean isPermitted()
Overrides:
isPermitted in class ConfluenceActionSupport

isLogoDisabled

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

getActionDescriminator

public 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 String doDisableLogo()
Specified by:
doDisableLogo in class AbstractLogoAction

doEnableLogo

public String doEnableLogo()
Specified by:
doEnableLogo in class AbstractLogoAction

getContentToAttachLogoTo

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

getAttachmentName

protected String getAttachmentName()
Specified by:
getAttachmentName in class AbstractLogoAction


Copyright © 2003-2013 Atlassian. All Rights Reserved.