com.atlassian.confluence.content.render.xhtml.view.embed
Interface AttachedImageMarshaller

All Known Implementing Classes:
DefaultAttachedImageResourceMarshaller

public interface AttachedImageMarshaller

Marshal an EmbeddedImage for an image attached to content, rather than referring to an external resource.


Method Summary
 Streamable marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 

Method Detail

marshal

Streamable marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate,
                   EmbeddedImage embeddedImage,
                   AttachmentResourceIdentifier attachmentResourceIdentifier,
                   ConversionContext conversionContext)
                   throws XhtmlException
Throws:
XhtmlException


Copyright © 2003-2014 Atlassian. All Rights Reserved.