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.



Copyright © 2003-2012 Atlassian. All Rights Reserved.