Uses of Interface
com.atlassian.confluence.content.render.xhtml.view.embed.EmbeddedImageTagWriter
-
Packages that use EmbeddedImageTagWriter Package Description com.atlassian.confluence.content.render.xhtml.editor.embed com.atlassian.confluence.content.render.xhtml.view.embed -
-
Uses of EmbeddedImageTagWriter in com.atlassian.confluence.content.render.xhtml.editor.embed
Classes in com.atlassian.confluence.content.render.xhtml.editor.embed that implement EmbeddedImageTagWriter Modifier and Type Class Description classEditorEmbeddedImageTitleWriterWrites out the tag for an embedded image; invoked in the editor context.Constructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type EmbeddedImageTagWriter Constructor Description EditorEmbeddedImageTitleWriter(EmbeddedImageTagWriter simpleEmbeddedImageTagWriter, ImageDetailsManager imageDetailsManager) -
Uses of EmbeddedImageTagWriter in com.atlassian.confluence.content.render.xhtml.view.embed
Classes in com.atlassian.confluence.content.render.xhtml.view.embed that implement EmbeddedImageTagWriter Modifier and Type Class Description classSimpleEmbeddedImageTagWriterWrites out the tag for an embedded image.classViewEmbeddedImageTitleWriterWraps another EmbeddedImageTagWriter and ensures that a title attribute is written if required.Constructors in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type EmbeddedImageTagWriter 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)ViewEmbeddedImageTitleWriter(EmbeddedImageTagWriter simpleEmbeddedImageTagWriter)
-