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 class
ReadThroughCachingAttachmentManager
Caches 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 class
DelegatorAttachmentManager
This class delegates attachment manager requests to the appropriate attachment manager implementation based on certain Confluence configuration options
-