| Package | Description |
|---|---|
| com.atlassian.renderer.v2.components | |
| com.atlassian.renderer.v2.components.phrase |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEmbeddedRendererComponent |
class |
AbstractNoTokenRegexRendererComponent
RAID-761
Omits conversion if token is present - it effectively forbids token nesting
|
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 |
TokenRendererComponent |
class |
UrlRendererComponent |
| Modifier and Type | Class and Description |
|---|---|
class |
EmoticonRendererComponent |
class |
ForceNewLineRendererComponent |
class |
TemplateParamRenderComponent |
Copyright © 2019 Atlassian. All rights reserved.