Class StorageEmbeddedImageMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedImageMarshaller
- All Implemented Interfaces:
Marshaller<EmbeddedImage>
-
Constructor Summary
ConstructorsConstructorDescriptionStorageEmbeddedImageMarshaller
(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry) -
Method Summary
Modifier and TypeMethodDescriptionmarshal
(EmbeddedImage embeddedImage, ConversionContext conversionContext) Marshals an object to XML.
-
Constructor Details
-
StorageEmbeddedImageMarshaller
public StorageEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry)
-
-
Method Details
-
marshal
public Streamable marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext) throws XhtmlException Description copied from interface:Marshaller
Marshals an object to XML.- Specified by:
marshal
in interfaceMarshaller<EmbeddedImage>
- Parameters:
embeddedImage
- object to marshalconversionContext
- the conversion context- Returns:
- the XML representation of the object
- Throws:
XhtmlException
- if an error occurs during marshalling
-