public interface

ImageDetailsManager

com.atlassian.confluence.pages.attachments.ImageDetailsManager
Known Indirect Subclasses

Class Overview

Calculates, stores and retrieves ImageDetails for Attachments.

Summary

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

Public Methods

public 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.