Package com.atlassian.confluence.pages.attachments
-
Interface Summary Interface Description DelegatingAttachmentDao Implemented byAttachmentDao
s that delegate so that clients can get to the underlying implementation.ImageDetailsDao Data Access Object for database storage and retrieval ofImageDetails
.ImageDetailsManager Calculates, stores and retrievesImageDetails
forAttachment
s. -
Class Summary Class Description AbstractDelegatingAttachmentDao AnAttachmentDaoInternal
implementation that just delegates to anotherAttachmentDaoInternal
.AttachmentCountContextProvider Provides the number of attachments on a given page.DefaultImageDetailsDao Stores and retrievesImageDetails
via Hibernate.DefaultImageDetailsManager Calculates, stores and retrievesImageDetails
forAttachment
s.ImageDetails Class containing the image details of a single version of anAttachment
. -
Exception Summary Exception Description AttachmentDataStreamSizeMismatchException Thrown when the the size of theInputStream
received to create an attachment is different to the declared size or length of the attachment.