Uses of Interface
com.atlassian.confluence.pages.thumbnail.ThumbnailManager
Packages that use ThumbnailManager
Package
Description
-
Uses of ThumbnailManager in com.atlassian.confluence.api.impl.service.content.typebinding
Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ThumbnailManagerModifierConstructorDescriptionAttachmentContentTypeApiSupport
(ContentEntityManager contentEntityManager, ContentFactory contentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, ThumbnailManager thumbnailManager) -
Uses of ThumbnailManager in com.atlassian.confluence.content.render.xhtml.view.embed
Constructors in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type ThumbnailManagerModifierConstructorDescriptionDefaultAttachedImageResourceMarshaller
(AttachmentResourceIdentifierResolver attachmentResourceIdentifierResolver, PermissionManager permissionManager, ThumbnailManager thumbnailManager, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Attachment> attachmentStaxStreamMarshaller, EmbeddedImageTagWriter embeddedImageWriter, UnidentifiedAttachmentMarshaller unidentifiedAttachmentPlaceholderWriter, AttachmentResourceIdentifierOnlyUriResolver attachmentResourceIdentifierOnlyUriResolver, ImageDetailsManager imageDetailsManager, DarkFeaturesManager darkFeaturesManager, AttachedImageRenderHelper attachedImageRenderHelper) -
Uses of ThumbnailManager in com.atlassian.confluence.content.render.xhtml.view.excerpt
Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type ThumbnailManagerModifierConstructorDescriptionDefaultExcerpter
(XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager, MacroDefinitionTransformer macroDefinitionTransformer, ExcerptHelper excerptHelper, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager) -
Uses of ThumbnailManager in com.atlassian.confluence.event.listeners
Constructors in com.atlassian.confluence.event.listeners with parameters of type ThumbnailManagerModifierConstructorDescriptionThumbnailRemovingListener
(ThumbnailManager thumbnailManager, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ThumbnailManager in com.atlassian.confluence.impl.pages.thumbnail
Subinterfaces of ThumbnailManager in com.atlassian.confluence.impl.pages.thumbnailModifier and TypeInterfaceDescriptioninterface
Exposes internal implementation details ofThumbnailManager
. -
Uses of ThumbnailManager in com.atlassian.confluence.importexport.resource
Methods in com.atlassian.confluence.importexport.resource with parameters of type ThumbnailManagerModifier and TypeMethodDescriptionvoid
ThumbnailDownloadResourceManager.setThumbnailManager
(ThumbnailManager thumbnailManager) Deprecated.since 7.12Constructors in com.atlassian.confluence.importexport.resource with parameters of type ThumbnailManagerModifierConstructorDescriptionThumbnailDownloadResourceManager
(PermissionManager permissionManager, AttachmentManager attachmentManager, ConfluenceUserDao confluenceUserDao, AttachmentUrlParser attachmentUrlParser, ThumbnailManager thumbnailManager, ContextPathHolder contextPathHolder) Deprecated.since 7.12 -
Uses of ThumbnailManager in com.atlassian.confluence.json.jsonator
Constructors in com.atlassian.confluence.json.jsonator with parameters of type ThumbnailManagerModifierConstructorDescriptionAttachmentJsonator
(ContextPathHolder context, ThumbnailManager thumbnailManager) DefaultJsonatorFactory
(FormatSettingsManager formatSettingsManager, LocaleManager localeManager, ContextPathHolder contextPathHolder, I18NBeanFactory userI18NBeanFactory, UserProfilePictureAccessor userProfilePictureAccessor, DocumentationBean docBean, UserPreferencesAccessor userPreferencesAccessor, DateFormatterFactory dateFormatterFactory, ThumbnailManager thumbnailManager) -
Uses of ThumbnailManager in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type ThumbnailManagerModifier and TypeMethodDescriptionvoid
AttachedImagesAction.setThumbnailManager
(ThumbnailManager thumbnailManager) -
Uses of ThumbnailManager in com.atlassian.confluence.pages.actions.beans
Constructors in com.atlassian.confluence.pages.actions.beans with parameters of type ThumbnailManagerModifierConstructorDescriptionImageStorer
(ConfluenceActionSupport action, ContentEntityObject content, ThumbnailManager thumbnailManager) Deprecated, for removal: This API element is subject to removal in a future version.ImageStorer
(com.opensymphony.xwork2.ActionSupport action, ContentEntityObject content, ThumbnailManager thumbnailManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ThumbnailManager in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments with parameters of type ThumbnailManagerModifier and TypeMethodDescriptionvoid
DefaultImageDetailsManager.setThumbnailManager
(ThumbnailManager thumbnailManager) -
Uses of ThumbnailManager in com.atlassian.confluence.pages.thumbnail
Classes in com.atlassian.confluence.pages.thumbnail that implement ThumbnailManagerConstructors in com.atlassian.confluence.pages.thumbnail with parameters of type ThumbnailManagerModifierConstructorDescriptionThumbnails
(List<Attachment> attachments, int columns, ThumbnailManager thumbnailManager) Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments.Thumbnails
(List<Attachment> attachments, ImagePathHelper pathHelper, int columns, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) Deprecated.Thumbnails
(List<Attachment> attachments, ImagePathHelper pathHelper, int columns, ThumbnailManager thumbnailManager) Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments.Thumbnails
(List<Attachment> attachments, String attachmentsRoot, int columns, AttachmentManager attachmentManager, ThumbnailManager thumbnailManager) Deprecated. -
Uses of ThumbnailManager in com.atlassian.confluence.plugins.rest.jackson2.manager
Constructors in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type ThumbnailManagerModifierConstructorDescriptionDefaultRestAttachmentManager
(AttachmentManager attachmentManager, PermissionManager permissionManager, GlobalSettingsManager settingsManager, ThumbnailManager thumbnailManager, DateEntityFactory dateEntityFactory) -
Uses of ThumbnailManager in com.atlassian.confluence.renderer.attachments
Methods in com.atlassian.confluence.renderer.attachments with parameters of type ThumbnailManagerModifier and TypeMethodDescriptionvoid
RendererAttachmentManager.setThumbnailManager
(ThumbnailManager thumbnailManager)