public class

AlwaysTransformMacroBody

extends Object
implements MacroBodyTransformationCondition
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.storage.macro.AlwaysTransformMacroBody

Class Overview

Condition that specifies that the macro body should always be transformed.

Summary

Public Constructors
AlwaysTransformMacroBody()
Public Methods
boolean shouldTransform(String macroName)
Returns true if the macro body should be transformed, false otherwise.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.storage.macro.MacroBodyTransformationCondition

Public Constructors

public AlwaysTransformMacroBody ()

Public Methods

public boolean shouldTransform (String macroName)

Returns true if the macro body should be transformed, false otherwise.

Parameters
macroName macro name