public class TransformNonUserMacroCondition extends Object implements MacroBodyTransformationCondition
This condition has been introduced for the sake of content that was migrated while it was on confxhtml (i.e. the CONFDEV, QA and tech writing spaces). That is, this class is not relevant for customer data.
Specifically, there were user macros in these spaces that:
Until we find a way to represent INLINE macros with nested macros and block markup, we should keep this condition around.
Constructor and Description |
---|
TransformNonUserMacroCondition(MacroManager xhtmlMacroManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldTransform(String macroName)
Returns true if the macro body should be transformed, false otherwise.
|
public TransformNonUserMacroCondition(MacroManager xhtmlMacroManager)
public boolean shouldTransform(String macroName)
MacroBodyTransformationCondition
shouldTransform
in interface MacroBodyTransformationCondition
macroName
- macro nameCopyright © 2003–2019 Atlassian. All rights reserved.