Class UnmigratedInlineWikiMarkupMacro
java.lang.Object
com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
- All Implemented Interfaces:
Macro
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.
The body of this macro is intended to consist of wiki markup that renders to inline markup.
- Since:
- 4.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.macro.Macro
Macro.BodyType, Macro.OutputType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type of body that this macro has, this is used to infer the migration task if no custom one is provided.void
setSubRenderer
(com.atlassian.renderer.v2.SubRenderer subRenderer)
-
Field Details
-
DISABLE_ANTISAMY_FEATURE_KEY
- See Also:
-
MACRO_NAME
- See Also:
-
-
Constructor Details
-
UnmigratedInlineWikiMarkupMacro
public UnmigratedInlineWikiMarkupMacro()
-
-
Method Details
-
setSubRenderer
public void setSubRenderer(com.atlassian.renderer.v2.SubRenderer subRenderer) -
execute
public String execute(Map<String, String> parameters, String body, ConversionContext context) throws MacroExecutionException- Specified by:
execute
in interfaceMacro
- Throws:
MacroExecutionException
-
getBodyType
Description copied from interface:Macro
The type of body that this macro has, this is used to infer the migration task if no custom one is provided.- Specified by:
getBodyType
in interfaceMacro
- Returns:
- The type of body this macro has.
-
getOutputType
- Specified by:
getOutputType
in interfaceMacro
-