Class EmbeddedImageMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.view.embed.EmbeddedImageMarshaller
- All Implemented Interfaces:
Marshaller<EmbeddedImage>
- Direct Known Subclasses:
ViewEmbeddedImageMarshaller
@Transactional
public class EmbeddedImageMarshaller
extends Object
implements Marshaller<EmbeddedImage>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedImageMarshaller
(XmlStreamWriterTemplate xmlStreamWriterTemplate, AttachedImageMarshaller attachedImageMarshaller) -
Method Summary
Modifier and TypeMethodDescriptionmarshal
(EmbeddedImage embeddedImage, ConversionContext conversionContext) Marshals an object to XML.
-
Field Details
-
xmlStreamWriterTemplate
-
-
Constructor Details
-
EmbeddedImageMarshaller
public EmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, AttachedImageMarshaller attachedImageMarshaller)
-
-
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
-