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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-