| java.lang.Object |
| ↳ |
com.atlassian.confluence.macro.wiki.UnmigratedBlockWikiMarkupMacro |
Class Overview
This macro will render it's body using the V2 Renderer.
This is here to provide migration and editing support for pre-4.0 macros.
Constants
public
static
final
String
MACRO_NAME
Constant Value:
"unmigrated-wiki-markup"
Public Constructors
public
UnmigratedBlockWikiMarkupMacro
()
Public Methods
The type of body that this macro has, this is used to infer the migration task if no custom one is provided.
Returns
- The type of body this macro has.
public
void
setWikiStyleRenderer
(WikiStyleRenderer wikiStyleRenderer)