| Package | Description |
|---|---|
| com.atlassian.renderer.v2.macro.basic | |
| com.atlassian.renderer.v2.plugin | |
| com.atlassian.renderer.wysiwyg | |
| com.atlassian.renderer.wysiwyg.converter |
| Modifier and Type | Method and Description |
|---|---|
String |
InlineHtmlMacro.convertXhtmlToWikiMarkup(NodeContext nodeContext,
WysiwygConverter wysiwygConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
PluggableWysiwygConverter
A
WysiwygConverter that gets some of its components from the plugin system. |
| Modifier and Type | Method and Description |
|---|---|
String |
MacroBodyConverter.convertXhtmlToWikiMarkup(NodeContext nodeContext,
WysiwygConverter wysiwygConverter)
Returns the converted wiki markup of the macro body from the given node context.
|
String |
WysiwygNodeConverter.convertXHtmlToWikiMarkup(Node previousSibling,
Node node,
WysiwygConverter helper,
Styles styles,
ListContext listContext,
boolean inTable,
boolean inListItem,
boolean ignoreText)
Returns the converted wiki markup from the given node and its context parameters.
|
String |
NodeContext.invokeConvert(WysiwygNodeConverter wysiwygNodeConverter,
WysiwygConverter wysiwygConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWysiwygConverter |
Copyright © 2019 Atlassian. All rights reserved.