Uses of Class
com.atlassian.confluence.pages.thumbnail.ThumbnailInfo
-
Packages that use ThumbnailInfo Package Description com.atlassian.confluence.pages.thumbnail -
-
Uses of ThumbnailInfo in com.atlassian.confluence.pages.thumbnail
Methods in com.atlassian.confluence.pages.thumbnail that return ThumbnailInfo Modifier and Type Method Description ThumbnailInfo
DefaultThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment)
ThumbnailInfo
DefaultThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)
ThumbnailInfo
DefaultThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable String remoteAttachmentPath)
ThumbnailInfo
DefaultThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable String remoteAttachmentPath, @Nullable ImageDimensions imageDimensions)
ThumbnailInfo
ThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.ThumbnailInfo
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.ThumbnailInfo
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.ThumbnailInfo
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.Methods in com.atlassian.confluence.pages.thumbnail that return types with arguments of type ThumbnailInfo Modifier and Type Method Description List<ThumbnailInfo>
Thumbnails. getThumbnails()
Methods in com.atlassian.confluence.pages.thumbnail with parameters of type ThumbnailInfo Modifier and Type Method Description boolean
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
-