com.atlassian.confluence.pages.attachments
Interface DelegatingAttachmentDao

All Known Implementing Classes:
CachingAttachmentDao

public interface DelegatingAttachmentDao

Implemented by AttachmentDaos that delegate so that clients can get to the underlying implementation.

Since:
3.0
See Also:
AttachmentDao

Method Summary
 AttachmentDao getDelegate()
          Returns the attachment DAO which this instance delegates to.
 

Method Detail

getDelegate

AttachmentDao getDelegate()
Returns the attachment DAO which this instance delegates to.



Confluence is developed by Atlassian.