Class UnmigratedInlineWikiMarkupMacro
- java.lang.Object
-
- com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.confluence.macro.Macro
Macro.BodyType, Macro.OutputType
-
-
Field Summary
Fields Modifier and Type Field Description static StringDISABLE_ANTISAMY_FEATURE_KEYstatic StringMACRO_NAME
-
Constructor Summary
Constructors Constructor Description UnmigratedInlineWikiMarkupMacro()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringexecute(Map<String,String> parameters, String body, ConversionContext context)Macro.BodyTypegetBodyType()The type of body that this macro has, this is used to infer the migration task if no custom one is provided.Macro.OutputTypegetOutputType()voidsetSubRenderer(com.atlassian.renderer.v2.SubRenderer subRenderer)
-
-
-
Field Detail
-
DISABLE_ANTISAMY_FEATURE_KEY
public static final String DISABLE_ANTISAMY_FEATURE_KEY
- See Also:
- Constant Field Values
-
MACRO_NAME
public static final String MACRO_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
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:
executein interfaceMacro- Throws:
MacroExecutionException
-
getBodyType
public Macro.BodyType getBodyType()
Description copied from interface:MacroThe type of body that this macro has, this is used to infer the migration task if no custom one is provided.- Specified by:
getBodyTypein interfaceMacro- Returns:
- The type of body this macro has.
-
getOutputType
public Macro.OutputType getOutputType()
- Specified by:
getOutputTypein interfaceMacro
-
-