| Interface | Description |
|---|---|
| IconManager | |
| RenderContextOutputType |
Output type contexts that rendering can be occurring within.
|
| RendererConfiguration |
Interface that provides the renderer with configuration information about its current environment.
|
| WikiStyleRenderer |
Component for converting wiki text into HTML markup.
|
| Class | Description |
|---|---|
| DefaultIconManager |
An icon manager that looks up a property to find the location of the emoticon icons and that has no
link decoration icons.
|
| Icon |
Encapsulates an icon the renderer has to draw, for example a link decoration or emoticon.
|
| RenderContext |
Encapsulates the context in which some piece of content is being rendered.
|
| RenderedContentStore |
Hides content from the renderer so that it will not be processed any further.
|
| Enum | Description |
|---|---|
| TokenType |
Represents the different types of token that are used in the
RenderedContentStore when rendering wiki markup
to html. |
Copyright © 2019 Atlassian. All rights reserved.