Class AttachmentDarkSiteLogoManager
java.lang.Object
com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
com.atlassian.confluence.plugins.lookandfeel.AttachmentDarkSiteLogoManager
- All Implemented Interfaces:
SiteLogoManager
@Component
@Qualifier("DarkSiteLogoManager")
public class AttachmentDarkSiteLogoManager
extends AttachmentSiteLogoManager
-
Field Summary
Fields inherited from class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
cachedCustomLogoPresent, MAX_LOGO_HEIGHT
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentDarkSiteLogoManager
(GlobalDescriptionManager globalDescriptionManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, ImageScaler imageScaler) -
Method Summary
Methods inherited from class com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
customLogoAttachment, getCurrent, getSiteLogoUrl, resetToDefault, uploadLogo, useCustomLogo
-
Constructor Details
-
AttachmentDarkSiteLogoManager
public AttachmentDarkSiteLogoManager(GlobalDescriptionManager globalDescriptionManager, ContextPathHolder contextPathHolder, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager, ImageScaler imageScaler)
-
-
Method Details
-
getAttachmentName
- Specified by:
getAttachmentName
in classAttachmentSiteLogoManager
-