Class StorageEmbeddedImageMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.embed.StorageEmbeddedImageMarshaller
- All Implemented Interfaces:
- Marshaller<EmbeddedImage>
- 
Constructor SummaryConstructorsConstructorDescriptionStorageEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshal(EmbeddedImage embeddedImage, ConversionContext conversionContext) Marshals an object to XML.
- 
Constructor Details- 
StorageEmbeddedImageMarshallerpublic StorageEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry) 
 
- 
- 
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
 
 
-