| Modifier and Type | Interface and Description |
|---|---|
interface |
TextConverter
TextConverters provide a method for escaping plain text to produce wiki markup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEmbeddedRendererComponent |
class |
AbstractNoTokenRegexRendererComponent
RAID-761
Omits conversion if token is present - it effectively forbids token nesting
|
class |
AbstractRegexRendererComponent |
class |
AbstractRendererComponent |
class |
BackslashEscapeRendererComponent
Escapes certain symbols prefixed with backslash (\) into html entities.
|
class |
CamelCaseLinkRendererComponent |
class |
EmbeddedImageRendererComponent |
class |
EmbeddedObjectRendererComponent |
class |
EmbeddedUnembeddableRendererComponent |
class |
HtmlEntityRendererComponent
Html entities such as , &, … (
) etc, don't actually need to be transformed
to html, since they are already html, but tokenising them early means that nothing else can accidentally
corrupt them, and we don't need insanely complex regular expressions elsewhere to avoid that corruption.
|
class |
HtmlEscapeRendererComponent |
class |
LinkRendererComponent |
class |
MacroRendererComponent |
class |
TokenRendererComponent |
class |
UrlRendererComponent |
| Modifier and Type | Method and Description |
|---|---|
RendererComponent |
PluggableRendererComponentFactory.getRendererComponent()
Constructs a
RendererComponent. |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockRendererComponent
RendererComponent to handle block structures such as lists, tables and paragraphs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DashRendererComponent |
class |
EmoticonRendererComponent |
class |
ForceNewLineRendererComponent |
class |
NewLineRendererComponent |
class |
PhraseRendererComponent |
class |
TemplateParamRenderComponent |
| Modifier and Type | Method and Description |
|---|---|
RendererComponent |
RendererComponentFactory.getComponentInstance(Map parameters)
Get an instance of the component.
|
RendererComponent |
RendererComponentModuleDescriptor.getModule() |
Copyright © 2019 Atlassian. All rights reserved.