Uses of Class
com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
-
Uses of ThumbnailInfo in com.atlassian.confluence.pages.thumbnail
Modifier and TypeMethodDescriptionDefaultThumbnailManager.getThumbnailInfo
(@NonNull Attachment attachment) DefaultThumbnailManager.getThumbnailInfo
(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions) DefaultThumbnailManager.getThumbnailInfo
(@NonNull Attachment attachment, @Nullable String remoteAttachmentPath) DefaultThumbnailManager.getThumbnailInfo
(@NonNull Attachment attachment, @Nullable String remoteAttachmentPath, @Nullable ImageDimensions imageDimensions) ThumbnailManager.getThumbnailInfo
(@NonNull Attachment attachment) Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.ThumbnailManager.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.ThumbnailManager.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.ThumbnailManager.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.Modifier and TypeMethodDescriptionboolean
DefaultThumbnailManager.isThumbnailable
(@NonNull ThumbnailInfo info) boolean
ThumbnailManager.isThumbnailable
(@Nullable ThumbnailInfo info) Check the thumbnail information to determine whether a thumbnail can be created from it