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
Marshallermarshal 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
XMLStreamExceptionprotected String getIdentifyingCssClass()
protected void writeStatusAttribute(XMLStreamWriter xmlStreamWriter, InlineTaskListItem listItem) throws XMLStreamException
XMLStreamExceptionprotected void writeInlineTaskImage(XMLStreamWriter xmlStreamWriter, InlineTaskListItem listItem) throws XMLStreamException
XMLStreamExceptionCopyright © 2003–2022 Atlassian. All rights reserved.