Class AttachmentSiteLogoManager

java.lang.Object
com.atlassian.confluence.plugins.lookandfeel.AttachmentSiteLogoManager
All Implemented Interfaces:
SiteLogoManager
Direct Known Subclasses:
AttachmentDarkSiteLogoManager, AttachmentLightSiteLogoManager

@Component public abstract class AttachmentSiteLogoManager extends Object implements SiteLogoManager
  • Field Details

    • MAX_LOGO_HEIGHT

      public static final int MAX_LOGO_HEIGHT
      The maximum height logo we will serve, in pixels. This is scaled to double the expected resolution, for high dpi displays.
      See Also:
    • cachedCustomLogoPresent

      protected com.atlassian.cache.CachedReference<Boolean> cachedCustomLogoPresent
  • Constructor Details

    • AttachmentSiteLogoManager

      @Autowired public AttachmentSiteLogoManager(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