Class AlwaysTransformMacroBody
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.storage.macro.AlwaysTransformMacroBody
-
- All Implemented Interfaces:
MacroBodyTransformationCondition
public class AlwaysTransformMacroBody extends Object implements MacroBodyTransformationCondition
Condition that specifies that the macro body should always be transformed.
-
-
Constructor Summary
Constructors Constructor Description AlwaysTransformMacroBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shouldTransform(String macroName)
Returns true if the macro body should be transformed, false otherwise.
-
-
-
Method Detail
-
shouldTransform
public boolean shouldTransform(String macroName)
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
-
-