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
 Streamable marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
           
 

Method Detail

marshalPlaceholder

Streamable marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate,
                              EmbeddedImage embeddedImage,
                              AttachmentResourceIdentifier ri,
                              ConversionContext context)
                              throws XhtmlException
Throws:
XhtmlException


Copyright © 2003-2014 Atlassian. All Rights Reserved.