com.atlassian.confluence.pages.attachments
Interface ImageDetailsManager

All Known Implementing Classes:
DefaultImageDetailsManager

public interface ImageDetailsManager

Calculates, stores and retrieves ImageDetails for Attachments.


Method Summary
 ImageDetails getImageDetails(Attachment attachment)
          If attachment is an intelligble image, then this method returns the ImageDetails for it.
 

Method Detail

getImageDetails

ImageDetails getImageDetails(Attachment attachment)
If attachment is an intelligble image, then this method returns the ImageDetails for it. Otherwise it returns null.

Returns:
image details of the attachment or null if the attachment could not be parsed as an image.


Copyright © 2003-2013 Atlassian. All Rights Reserved.