|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InlineTaskList in com.atlassian.confluence.content.render.xhtml |
|---|
| Methods in com.atlassian.confluence.content.render.xhtml with parameters of type InlineTaskList | |
|---|---|
java.lang.String |
DefaultXhtmlContent.convertInlineTaskListToStorage(InlineTaskList inlineTaskList,
ConversionContext context)
|
java.lang.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(javax.xml.stream.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(javax.xml.stream.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 | |
|---|---|
java.lang.String |
XhtmlContent.convertInlineTaskListToStorage(InlineTaskList inlineTaskList,
ConversionContext context)
Returns a storage format fragment for the supplied inlineTaskList. |
java.lang.String |
XhtmlContent.convertInlineTaskListToView(InlineTaskList inlineTaskList,
ConversionContext context)
Returns a view format fragment for the supplied inlineTaskList. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||