Uses of Class
com.atlassian.confluence.content.render.xhtml.model.inlinetask.InlineTaskList

Packages that use InlineTaskList
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.storage.inlinetask   
com.atlassian.confluence.content.render.xhtml.view.inlinetask   
com.atlassian.confluence.diff.marshallers   
com.atlassian.confluence.xhtml.api   
 

Uses of InlineTaskList in com.atlassian.confluence.content.render.xhtml
 

Methods in com.atlassian.confluence.content.render.xhtml with parameters of type InlineTaskList
 String DefaultXhtmlContent.convertInlineTaskListToStorage(InlineTaskList inlineTaskList, ConversionContext context)
           
 String DefaultXhtmlContent.convertInlineTaskListToView(InlineTaskList inlineTaskList, ConversionContext context)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml with type arguments of type InlineTaskList
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
 

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
 InlineTaskList StorageInlineTaskUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinetask with parameters of type InlineTaskList
 Streamable StorageInlineTaskMarshaller.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
 InlineTaskList ViewInlineTaskUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.view.inlinetask with parameters of type InlineTaskList
 Streamable ViewInlineTaskMarshaller.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
 Streamable DiffInlineTaskMarshaller.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
 String XhtmlContent.convertInlineTaskListToStorage(InlineTaskList inlineTaskList, ConversionContext context)
          Returns a storage format fragment for the supplied inlineTaskList.
 String XhtmlContent.convertInlineTaskListToView(InlineTaskList inlineTaskList, ConversionContext context)
          Returns a view format fragment for the supplied inlineTaskList.
 



Copyright © 2003–2015 Atlassian. All rights reserved.