Class StorageEmoticonMarshaller
- java.lang.Object
 - 
- com.atlassian.confluence.content.render.xhtml.storage.inline.StorageEmoticonMarshaller
 
 
- 
- All Implemented Interfaces:
 Marshaller<Emoticon>
public class StorageEmoticonMarshaller extends Object implements Marshaller<Emoticon>
 
- 
- 
Constructor Summary
Constructors Constructor Description StorageEmoticonMarshaller(XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Streamablemarshal(Emoticon emoticon, ConversionContext conversionContext)Marshals an object to XML. 
 - 
 
- 
- 
Constructor Detail
- 
StorageEmoticonMarshaller
public StorageEmoticonMarshaller(XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry)
 
 - 
 
- 
Method Detail
- 
marshal
public Streamable marshal(Emoticon emoticon, ConversionContext conversionContext) throws XhtmlException
Description copied from interface:MarshallerMarshals an object to XML.- Specified by:
 marshalin interfaceMarshaller<Emoticon>- Parameters:
 emoticon- object to marshalconversionContext- the conversion context- Returns:
 - the XML representation of the object
 - Throws:
 XhtmlException- if an error occurs during marshalling
 
 - 
 
 -