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

All Known Implementing Classes:
EditorUnidentifiedAttachmentMarshaller, ViewUnidentifiedAttachmentMarshaller

public interface UnidentifiedAttachmentMarshaller

Write out an image tag for an Unidentified Attachment placeholder to an xmlStreamWriter.


Method Summary
 void writePlaceholder(XMLStreamWriter xmlStreamWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
           
 

Method Detail

writePlaceholder

void writePlaceholder(XMLStreamWriter xmlStreamWriter,
                      EmbeddedImage embeddedImage,
                      AttachmentResourceIdentifier ri,
                      ConversionContext context)
                      throws XMLStreamException,
                             XhtmlException
Throws:
XMLStreamException
XhtmlException


Copyright © 2003-2012 Atlassian. All Rights Reserved.