| Field and Description |
|---|
| com.atlassian.renderer.RenderedContentStore.BLOCK_TOKEN
use
TokenType#BLOCK#getTokenMarker() |
| com.atlassian.renderer.v2.components.TokenRendererComponent.BLOCK_TOKEN_PATTERN_STR
since Renderer 6.0 use
TokenType#BLOCK#getTokenPatternString |
| com.atlassian.renderer.RenderedContentStore.INLINE_TOKEN
use
TokenType#INLINE#getTokenMarker() |
| com.atlassian.renderer.v2.components.TokenRendererComponent.INLINE_TOKEN_PATTERN_STR
since Renderer 6.0 use
TokenType#INLINE#getTokenPatternString |
| com.atlassian.renderer.wysiwyg.WysiwygMacroHelper.MACRO_PADDING_CLASS
use DefaultWysiwygConverter#PADDING_CLASS
|
| com.atlassian.renderer.v2.macro.Macro.RAW_PARAMS_KEY
since 4.0. This is an old radeox concept. Please discontinue use.
|
| com.atlassian.renderer.wysiwyg.converter.DefaultWysiwygConverter.TEXT_SEPERATOR
use #TEXT_SEPARATOR
|
| Constructor and Description |
|---|
| com.atlassian.renderer.wysiwyg.NodeContext(Node, Node, Styles, ListContext, boolean, boolean, boolean, boolean)
Since 6.0 use NodeContext#Builder to build NodeContexts instead.
This constructor does not allow setting the
NodeContext.inHeading. |
Copyright © 2015 Atlassian. All rights reserved.