Uses of Interface
com.atlassian.confluence.pages.thumbnail.ThumbnailManager
-
-
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 ThumbnailManager Constructor Description AttachmentContentTypeApiSupport(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 ThumbnailManager Constructor Description DefaultAttachedImageResourceMarshaller(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 ThumbnailManager Constructor Description DefaultExcerpter(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.core
Constructors in com.atlassian.confluence.core with parameters of type ThumbnailManager Constructor Description DefaultDataSourceFactory(UserProfilePictureAccessor userProfilePictureAccessor, AttachmentManager attachmentManager, javax.activation.FileTypeMap fileTypeMap, ThumbnailManager thumbnailManager, com.atlassian.plugin.PluginAccessor pluginAccessor, SpaceLogoManager spaceLogoManager)
-
Uses of ThumbnailManager in com.atlassian.confluence.event.listeners
Constructors in com.atlassian.confluence.event.listeners with parameters of type ThumbnailManager Constructor Description ThumbnailRemovingListener(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.thumbnail Modifier and Type Interface Description interface
ThumbnailManagerInternal
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 ThumbnailManager Modifier and Type Method Description void
ThumbnailDownloadResourceManager. setThumbnailManager(ThumbnailManager thumbnailManager)
Deprecated.since 7.12Constructors in com.atlassian.confluence.importexport.resource with parameters of type ThumbnailManager Constructor Description ThumbnailDownloadResourceManager(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 ThumbnailManager Constructor Description AttachmentJsonator(ContextPathHolder context, ThumbnailManager thumbnailManager)
-
Uses of ThumbnailManager in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type ThumbnailManager Modifier and Type Method Description void
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 ThumbnailManager Constructor Description ImageStorer(com.opensymphony.xwork2.ActionSupport action, ContentEntityObject content, ThumbnailManager thumbnailManager)
-
Uses of ThumbnailManager in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments with parameters of type ThumbnailManager Modifier and Type Method Description void
DefaultImageDetailsManager. setThumbnailManager(ThumbnailManager thumbnailManager)
-
Uses of ThumbnailManager in com.atlassian.confluence.pages.thumbnail
Classes in com.atlassian.confluence.pages.thumbnail that implement ThumbnailManager Modifier and Type Class Description class
DefaultThumbnailManager
Constructors in com.atlassian.confluence.pages.thumbnail with parameters of type ThumbnailManager Constructor Description Thumbnails(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.manager
Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type ThumbnailManager Constructor Description DefaultRestAttachmentManager(AttachmentManager attachmentManager, PermissionManager permissionManager, SettingsManager 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 ThumbnailManager Modifier and Type Method Description void
RendererAttachmentManager. setThumbnailManager(ThumbnailManager thumbnailManager)
-