public class ViewInlineTaskMarshaller extends Object implements Marshaller<InlineTaskList>
Constructor and Description |
---|
ViewInlineTaskMarshaller(XMLOutputFactory xmlOutputFactory,
MarshallingRegistry registry) |
Modifier and Type | Method and Description |
---|---|
protected String |
getIdentifyingCssClass() |
Streamable |
marshal(InlineTaskList inlineTaskList,
ConversionContext conversionContext)
Marshals an object to XML.
|
protected void |
writeContentId(XMLStreamWriter xmlStreamWriter,
String contentId) |
protected void |
writeInlineTaskImage(XMLStreamWriter xmlStreamWriter,
InlineTaskListItem listItem) |
protected void |
writeStatusAttribute(XMLStreamWriter xmlStreamWriter,
InlineTaskListItem listItem) |
public ViewInlineTaskMarshaller(XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry)
public Streamable marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext) throws XhtmlException
Marshaller
marshal
in interface Marshaller<InlineTaskList>
inlineTaskList
- object to marshalconversionContext
- the conversion contextXhtmlException
- if an error occurs during marshallingprotected void writeContentId(XMLStreamWriter xmlStreamWriter, String contentId) throws XMLStreamException
XMLStreamException
protected String getIdentifyingCssClass()
protected void writeStatusAttribute(XMLStreamWriter xmlStreamWriter, InlineTaskListItem listItem) throws XMLStreamException
XMLStreamException
protected void writeInlineTaskImage(XMLStreamWriter xmlStreamWriter, InlineTaskListItem listItem) throws XMLStreamException
XMLStreamException
Copyright © 2003–2017 Atlassian. All rights reserved.