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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, AttachedImageMarshaller attachedImageMarshaller) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshal(EmbeddedImage embeddedImage, ConversionContext conversionContext) Marshals an object to XML.
- 
Field Details- 
xmlStreamWriterTemplate
 
- 
- 
Constructor Details- 
EmbeddedImageMarshallerpublic EmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, AttachedImageMarshaller attachedImageMarshaller) 
 
- 
- 
Method Details- 
marshalpublic Streamable marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext) throws XhtmlException Description copied from interface:MarshallerMarshals an object to XML.- Specified by:
- marshalin interface- Marshaller<EmbeddedImage>
- Parameters:
- embeddedImage- object to marshal
- conversionContext- the conversion context
- Returns:
- the XML representation of the object
- Throws:
- XhtmlException- if an error occurs during marshalling
 
 
-