Class AbstractDelegatingAttachmentDao

java.lang.Object
com.atlassian.confluence.pages.attachments.AbstractDelegatingAttachmentDao
All Implemented Interfaces:
AttachmentDaoInternal, DelegatingAttachmentDao, AttachmentDao
Direct Known Subclasses:
ReadThroughCachingAttachmentDao

@Internal public abstract class AbstractDelegatingAttachmentDao extends Object implements AttachmentDaoInternal, DelegatingAttachmentDao
An AttachmentDaoInternal implementation that just delegates to another AttachmentDaoInternal. This is intended for subclassing to add specific behaviour.
Since:
7.5