Uses of Interface
com.atlassian.confluence.pages.DelegatingAttachmentManager
-
Packages that use DelegatingAttachmentManager Package Description com.atlassian.confluence.impl.pages.attachments com.atlassian.confluence.pages -
-
Uses of DelegatingAttachmentManager in com.atlassian.confluence.impl.pages.attachments
Classes in com.atlassian.confluence.impl.pages.attachments that implement DelegatingAttachmentManager Modifier and Type Class Description classReadThroughCachingAttachmentManagerCaches the download paths of attachments. -
Uses of DelegatingAttachmentManager in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement DelegatingAttachmentManager Modifier and Type Class Description classCachingAttachmentManagerDeprecated.since 7.5 UseReadThroughCachingAttachmentManagerclassDelegatorAttachmentManagerThis class delegates attachment manager requests to the appropriate attachment manager implementation based on certain Confluence configuration options
-