public abstract class AbstractLogoAction extends ConfluenceActionSupport
Modifier and Type | Field and Description |
---|---|
protected AttachmentManager |
attachmentManager |
protected FileUploadManager |
fileUploadManager |
accessModeService, CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, messageHolder, permissionManager, permitted, personService, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager
Constructor and Description |
---|
AbstractLogoAction() |
Modifier and Type | Method and Description |
---|---|
String |
doDelete() |
abstract String |
doDisableLogo() |
abstract String |
doEnableLogo() |
String |
doUpload() |
abstract String |
getActionDescriminator()
use this string to build the webwork action that forms in the view should submit to
|
protected abstract String |
getAttachmentName() |
protected abstract ContentEntityObject |
getContentToAttachLogoTo() |
Attachment |
getLogo() |
abstract boolean |
isLogoDisabled() |
void |
setAttachmentManager(AttachmentManager attachmentManager) |
void |
setFileUploadManager(FileUploadManager fileUploadManager) |
addActionError, addActionMessage, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getAccessMode, getActionName, getActionName, getAuthenticatedUser, getBootstrapManager, getCancel, getCancelResult, getConfluenceAccessManager, getContext, getCurrentRequest, getCurrentSession, getDateFormatSetting, getDateFormatter, getDefaultResourceBundle, getDefaultTimeZone, getDocLink, getEventManager, getFriendlyDateFormatter, getFrontendServiceURL, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getMessageHolder, getNiceContentType, getPermissionManager, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPersonService, getPreviousLoginDate, getRemoteUser, getSession, getSystemInformationService, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUserAccessor, getUserByName, getUserFullName, getUserHasBrowseUsersPermission, getUserHasLicensedAccess, getUserInterfaceState, getUserLocaleDefaultDatePattern, getUserProfilePicUrl, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermitted, isPrintableVersion, isSkipAccessCheck, isUserStatusPluginEnabled, isUsingH2, isUsingHSQL, setAccessModeService, setApiDateFormatService, setApiPersonService, setBootstrapManager, setCancel, setConfluenceAccessManager, setContentUiSupport, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setMessageHolder, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setServletRequestSupplier, setSettingsManager, setSkipAccessCheck, setSpacePermissionManager, setSystemInformationService, setTimeZoneManager, setUserAccessor, setWebInterfaceManager, withServletRequestSupplier
addActionError, addActionMessage, addFieldError, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validate
protected FileUploadManager fileUploadManager
protected AttachmentManager attachmentManager
public abstract String doDisableLogo()
public abstract String doEnableLogo()
public abstract boolean isLogoDisabled()
protected abstract ContentEntityObject getContentToAttachLogoTo()
public abstract String getActionDescriminator()
protected abstract String getAttachmentName()
public String doDelete()
public Attachment getLogo()
public String doUpload()
public void setFileUploadManager(FileUploadManager fileUploadManager)
public void setAttachmentManager(AttachmentManager attachmentManager)
Copyright © 2003–2020 Atlassian. All rights reserved.