Interface AttachedImageMarshaller
-
- All Known Implementing Classes:
DefaultAttachedImageResourceMarshaller
public interface AttachedImageMarshaller
Marshal anEmbeddedImage
for an image attached to content, rather than referring to an external resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-