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)  - 
Uses of ThumbnailManager in com.atlassian.confluence.impl.pages.thumbnail
Subinterfaces of ThumbnailManager in com.atlassian.confluence.impl.pages.thumbnailModifier and TypeInterfaceDescriptioninterfaceExposes internal implementation details ofThumbnailManager. - 
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 TypeMethodDescriptionvoidAttachedImagesAction.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, ThumbnailManager thumbnailManager) Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments. - 
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 TypeMethodDescriptionvoidRendererAttachmentManager.setThumbnailManager(ThumbnailManager thumbnailManager)