public class

UnmigratedInlineWikiMarkupMacro

extends Object
implements Macro
java.lang.Object
   ↳ com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro

Class Overview

This macro will render it's body using the V2 Renderer.
The body of this macro is intended to consist of wiki markup that renders to inline markup.

Summary

Constants
String MACRO_NAME
Public Constructors
UnmigratedInlineWikiMarkupMacro()
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 setSubRenderer(SubRenderer subRenderer)
[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-inline-wiki-markup"

Public Constructors

public UnmigratedInlineWikiMarkupMacro ()

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 setSubRenderer (SubRenderer subRenderer)