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
Marshaller
marshal
in interface Marshaller<Emoticon>
emoticon
- object to marshalconversionContext
- the conversion contextXhtmlException
- if an error occurs during marshallingCopyright © 2003–2017 Atlassian. All rights reserved.