Package com.atlassian.confluence.macro
Class V2CompatibilityMacro
java.lang.Object
com.atlassian.confluence.macro.V2CompatibilityMacro
- All Implemented Interfaces:
Macro
A wrapper macro that retains compatibility with our old V2 macros. By default all bodyless V2 macros are wrapped.
V2 macros with bodies are only wrapped if there is a
bodyType
attribute in the <macro>
. This is
ignored in pre 4.0 systems.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.macro.Macro
Macro.BodyType, Macro.OutputType
-
Constructor Summary
ConstructorsConstructorDescriptionV2CompatibilityMacro
(com.atlassian.renderer.v2.macro.Macro v2Macro, Macro.BodyType bodyType) -
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.
-
Constructor Details
-
V2CompatibilityMacro
-
-
Method Details
-
execute
public String execute(Map<String, String> parameters, String body, ConversionContext conversionContext) 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
-