com.atlassian.confluence.content.render.xhtml.storage.macro
Interface MacroBodyTransformationCondition

All Known Implementing Classes:
AlwaysTransformMacroBody, AnnotationMacroBodyTranformationCondition, TransformNonUserMacroCondition

public interface MacroBodyTransformationCondition

Specifies the conditions by which the body of a macro should be transformed.


Method Summary
 boolean shouldTransform(java.lang.String macroName)
          Returns true if the macro body should be transformed, false otherwise.
 

Method Detail

shouldTransform

boolean shouldTransform(java.lang.String macroName)
Returns true if the macro body should be transformed, false otherwise.

Parameters:
macroName - macro name


Copyright © 2003-2014 Atlassian. All Rights Reserved.