public class ViewEmoticonMarshaller extends Object implements Marshaller<Emoticon>
| Constructor and Description |
|---|
ViewEmoticonMarshaller(XMLOutputFactory xmlOutputFactory,
EmoticonDisplayMapper emoticonDisplayMapper,
UserI18NBeanFactory userI18NBeanFactory,
HrefEvaluator hrefEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
Streamable |
marshal(Emoticon emoticon,
ConversionContext conversionContext)
Marshals an object to XML.
|
public ViewEmoticonMarshaller(XMLOutputFactory xmlOutputFactory, EmoticonDisplayMapper emoticonDisplayMapper, UserI18NBeanFactory userI18NBeanFactory, HrefEvaluator hrefEvaluator)
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–2022 Atlassian. All rights reserved.