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
 void marshal(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 

Method Detail

marshal

void marshal(XMLStreamWriter xmlStreamWriter,
             Writer underlyingWriter,
             EmbeddedImage embeddedImage,
             AttachmentResourceIdentifier attachmentResourceIdentifier,
             ConversionContext conversionContext)
             throws XMLStreamException,
                    XhtmlException
Throws:
XMLStreamException
XhtmlException


Copyright © 2003-2011 Atlassian. All Rights Reserved.