Uses of Class
com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskList
-
-
Uses of InlineTaskList in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type InlineTaskList Modifier and Type Method Description StringDefaultXhtmlContent. convertInlineTaskListToStorage(InlineTaskList inlineTaskList, ConversionContext context)StringDefaultXhtmlContent. convertInlineTaskListToView(InlineTaskList inlineTaskList, ConversionContext context) -
Uses of InlineTaskList in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinetask that return InlineTaskList Modifier and Type Method Description InlineTaskListStorageInlineTaskUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinetask with parameters of type InlineTaskList Modifier and Type Method Description StreamableStorageInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext) -
Uses of InlineTaskList in com.atlassian.confluence.content.render.xhtml.view.inlinetask
Methods in com.atlassian.confluence.content.render.xhtml.view.inlinetask that return InlineTaskList Modifier and Type Method Description InlineTaskListViewInlineTaskUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Methods in com.atlassian.confluence.content.render.xhtml.view.inlinetask with parameters of type InlineTaskList Modifier and Type Method Description StreamableViewInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext) -
Uses of InlineTaskList in com.atlassian.confluence.diff.marshallers
Methods in com.atlassian.confluence.diff.marshallers with parameters of type InlineTaskList Modifier and Type Method Description StreamableDiffInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext) -
Uses of InlineTaskList in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api with parameters of type InlineTaskList Modifier and Type Method Description StringXhtmlContent. convertInlineTaskListToStorage(InlineTaskList inlineTaskList, ConversionContext context)Returns a storage format fragment for the suppliedinlineTaskList.StringXhtmlContent. convertInlineTaskListToView(InlineTaskList inlineTaskList, ConversionContext context)Returns a view format fragment for the suppliedinlineTaskList.
-