| Interface | Description |
|---|---|
| MacroBodyConverter |
Macros should implement this interface if they want to take full control of just converting
the body from xhtml to wiki markup.
|
| WysiwygConverter | |
| WysiwygNodeConverter |
Macros should implement this interface when they want to take full control of
converting xhtml to wiki markup and not let the renderer take care of it.
|
| Class | Description |
|---|---|
| DefaultTidyMessageListener |
Created by IntelliJ IDEA.
|
| HtmlParserUtil |
Utility class for using NekoHTML
http://people.apache.org/~andyc/neko/doc/html/index.html
|
| ListContext |
Created by IntelliJ IDEA.
|
| NodeContext |
The context in which the node is being converted from xhtml to wiki markup.
|
| NodeContext.Builder |
Builder to help construct new NodeContexts.
|
| Styles | |
| WikiMarkupEscaper | |
| WysiwygLinkHelper |
The WysiwygLinkHelper helps transform wiki links into html links and back again.
|
| WysiwygMacroHelper |
Class responsible for the Rendering and Conversion of Macros, between wiki markup and wysiwyg xhtml.
|
Copyright © 2019 Atlassian. All rights reserved.