Package com.atlassian.confluence.pages
Interface DelegatingAttachmentManager
- All Known Implementing Classes:
DelegatorAttachmentManager
,ReadThroughCachingAttachmentManager
public interface DelegatingAttachmentManager
Classes that implement this interface perform some sort of delegation of AttachmentManager calls
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturn the AttachmentManager implementation that the delegator wraps
-
Method Details
-
getAttachmentManager
AttachmentManager getAttachmentManager()Return the AttachmentManager implementation that the delegator wraps- Returns:
- an AttachmentManager instance
-