Package com.atlassian.confluence.pages.attachments
-
Interface Summary Interface Description DelegatingAttachmentDao Implemented byAttachmentDaos 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 retrievesImageDetailsforAttachments. -
Class Summary Class Description AbstractDelegatingAttachmentDao AnAttachmentDaoInternalimplementation that just delegates to anotherAttachmentDaoInternal.AttachmentCountContextProvider Provides the number of attachments on a given page.DefaultImageDetailsDao Stores and retrievesImageDetailsvia Hibernate.DefaultImageDetailsManager Calculates, stores and retrievesImageDetailsforAttachments.ImageDetails Class containing the image details of a single version of anAttachment. -
Exception Summary Exception Description AttachmentDataStreamSizeMismatchException Thrown when the the size of theInputStreamreceived to create an attachment is different to the declared size or length of the attachment.