Class AlwaysTransformMacroBody
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.macro.AlwaysTransformMacroBody
- All Implemented Interfaces:
MacroBodyTransformationCondition
Condition that specifies that the macro body should always be transformed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldTransform
(String macroName) Returns true if the macro body should be transformed, false otherwise.
-
Constructor Details
-
AlwaysTransformMacroBody
public AlwaysTransformMacroBody()
-
-
Method Details
-
shouldTransform
Description copied from interface:MacroBodyTransformationCondition
Returns true if the macro body should be transformed, false otherwise.- Specified by:
shouldTransform
in interfaceMacroBodyTransformationCondition
- Parameters:
macroName
- macro name
-