Package | Description |
---|---|
com.atlassian.confluence.pages.attachments | |
com.atlassian.confluence.pages.thumbnail |
Modifier and Type | Method and Description |
---|---|
ImageDetails |
ImageDetailsManager.getImageDetails(Attachment attachment)
If
attachment is an intelligble image, then this method returns the
ImageDetails for it. |
ImageDetails |
ImageDetailsDao.getImageDetails(Attachment attachment)
Fetch the image details of a specific attachment from the database.
|
ImageDetails |
DefaultImageDetailsManager.getImageDetails(Attachment attachment) |
ImageDetails |
DefaultImageDetailsDao.getImageDetails(Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
void |
ImageDetailsDao.save(ImageDetails imageDetails)
Save the image details of an attachment.
|
void |
DefaultImageDetailsDao.save(ImageDetails imageDetails) |
Constructor and Description |
---|
ThumbnailInfo(ImageDetails imageDetails,
Dimensions maxDimensions,
String attachmentsPath)
Creates a thumbnail info for the given image details and maximum dimensions.
|
Copyright © 2003–2016 Atlassian. All rights reserved.