| Package | Description |
|---|---|
| com.atlassian.renderer | |
| com.atlassian.renderer.util | |
| com.atlassian.renderer.v2 |
| Modifier and Type | Method and Description |
|---|---|
UnicodeEscapingTool |
RenderContext.getSetUnicodeEscapingTool()
Retrieve set unicode escaping tool for this rendering run
|
UnicodeEscapingTool |
RenderContext.getUnicodeEscapingTool()
Retrieve the unicode escaping tool for this rendering run or default instance in case if tool is not set
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderContext.setUnicodeEscapingTool(UnicodeEscapingTool unicodeEscapingTool)
Set the unicode escaping tool for this rendering run.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUnicodeEscapingTool |
| Modifier and Type | Method and Description |
|---|---|
void |
V2RendererFacade.setDefaultUnicodeEscapingTool(UnicodeEscapingTool defaultUnicodeEscapingTool) |
| Constructor and Description |
|---|
V2RendererFacade(RendererConfiguration rendererConfiguration,
LinkRenderer defaultLinkRenderer,
EmbeddedResourceRenderer defaultEmbeddedRenderer,
Renderer renderer,
UnicodeEscapingTool defaultUnicodeEscapingTool,
boolean escapeInternalTokens) |
Copyright © 2024 Atlassian. All rights reserved.