public class EditorEmoticonMarshaller extends Object implements Marshaller<Emoticon>
| Modifier and Type | Field and Description | 
|---|---|
static String | 
EMOTICON_KEY_PREFIX  | 
| Constructor and Description | 
|---|
EditorEmoticonMarshaller(XMLOutputFactory xmlOutputFactory,
                        EmoticonDisplayMapper emoticonDisplayMapper,
                        UserI18NBeanFactory userI18NBeanFactory,
                        MarshallingRegistry registry)  | 
| Modifier and Type | Method and Description | 
|---|---|
Streamable | 
marshal(Emoticon emoticon,
       ConversionContext conversionContext)
Marshals an object to XML. 
 | 
public static final String EMOTICON_KEY_PREFIX
public EditorEmoticonMarshaller(XMLOutputFactory xmlOutputFactory, EmoticonDisplayMapper emoticonDisplayMapper, UserI18NBeanFactory userI18NBeanFactory, MarshallingRegistry registry)
public Streamable marshal(Emoticon emoticon, ConversionContext conversionContext) throws XhtmlException
Marshallermarshal in interface Marshaller<Emoticon>emoticon - object to marshalconversionContext - the conversion contextXhtmlException - if an error occurs during marshallingCopyright © 2003–2019 Atlassian. All rights reserved.