Class EditorUnidentifiedAttachmentMarshaller
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.editor.embed.EditorUnidentifiedAttachmentMarshaller
-
- All Implemented Interfaces:
UnidentifiedAttachmentMarshaller
public class EditorUnidentifiedAttachmentMarshaller extends Object implements UnidentifiedAttachmentMarshaller
Wraps aViewUnidentifiedAttachmentMarshaller
and adds extra attributes for the editor.
-
-
Constructor Summary
Constructors Constructor Description EditorUnidentifiedAttachmentMarshaller(StorageAttachmentResourceIdentifierMarshaller storageAttachmentResourceIdentifierMarshaller, PlaceholderUrlFactory placeholderUrlFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Streamable
marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
-
-
-
Constructor Detail
-
EditorUnidentifiedAttachmentMarshaller
public EditorUnidentifiedAttachmentMarshaller(StorageAttachmentResourceIdentifierMarshaller storageAttachmentResourceIdentifierMarshaller, PlaceholderUrlFactory placeholderUrlFactory)
-
-
Method Detail
-
marshalPlaceholder
public Streamable marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) throws XhtmlException
- Specified by:
marshalPlaceholder
in interfaceUnidentifiedAttachmentMarshaller
- Throws:
XhtmlException
-
-