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:
AttachmentManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentManager
getAttachmentManager()
Return the AttachmentManager implementation that the delegator wraps
-
-
-
Method Detail
-
getAttachmentManager
AttachmentManager getAttachmentManager()
Return the AttachmentManager implementation that the delegator wraps- Returns:
- an AttachmentManager instance
-
-