Uses of Class
com.atlassian.confluence.pages.thumbnail.CannotGenerateThumbnailException
-
Packages that use CannotGenerateThumbnailException Package Description com.atlassian.confluence.pages.thumbnail -
-
Uses of CannotGenerateThumbnailException in com.atlassian.confluence.pages.thumbnail
Methods in com.atlassian.confluence.pages.thumbnail that throw CannotGenerateThumbnailException Modifier and Type Method Description ThumbnailInfoDefaultThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment)ThumbnailInfoDefaultThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)ThumbnailInfoDefaultThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable String remoteAttachmentPath)ThumbnailInfoDefaultThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable String remoteAttachmentPath, @Nullable ImageDimensions imageDimensions)ThumbnailInfoThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment)Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.ThumbnailInfoThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.ThumbnailInfoThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable String rootAttachmentPath)Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.ThumbnailInfoThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable String rootAttachmentPath, @Nullable ImageDimensions imageDimensions)Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
-