public class

UnmigratedBlockWikiMarkupMacro

extends Object
implements Macro
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.

Summary

Constants
String MACRO_NAME
Public Constructors
UnmigratedBlockWikiMarkupMacro()
Public Methods
String execute(Map<StringString> parameters, String body, ConversionContext context)
Macro.BodyType getBodyType()
The type of body that this macro has, this is used to infer the migration task if no custom one is provided.
Macro.OutputType getOutputType()
void setWikiStyleRenderer(WikiStyleRenderer wikiStyleRenderer)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.macro.Macro

Constants

public static final String MACRO_NAME

Constant Value: "unmigrated-wiki-markup"

Public Constructors

public UnmigratedBlockWikiMarkupMacro ()

Public Methods

public String execute (Map<StringString> parameters, String body, ConversionContext context)

public Macro.BodyType getBodyType ()

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 Macro.OutputType getOutputType ()

public void setWikiStyleRenderer (WikiStyleRenderer wikiStyleRenderer)