com.atlassian.confluence.pages
Interface DelegatingAttachmentManager

All Known Implementing Classes:
DelegatorAttachmentManager

public interface DelegatingAttachmentManager

Classes that implement this interface perform some sort of delegation of AttachmentManager calls

See Also:
AttachmentManager

Method Summary
 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


Copyright © 2003-2012 Atlassian. All Rights Reserved.