Class StorageEmbeddedImageMarshaller
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedImageMarshaller
-
- All Implemented Interfaces:
Marshaller<EmbeddedImage>
public class StorageEmbeddedImageMarshaller extends Object implements Marshaller<EmbeddedImage>
-
-
Constructor Summary
Constructors Constructor Description StorageEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Streamable
marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)
Marshals an object to XML.
-
-
-
Constructor Detail
-
StorageEmbeddedImageMarshaller
public StorageEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry)
-
-
Method Detail
-
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
-
-