com.atlassian.confluence.content.render.xhtml.storage.macro
Class AlwaysTransformMacroBody

java.lang.Object
  extended by 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
AlwaysTransformMacroBody()
           
 
Method Summary
 boolean shouldTransform(String macroName)
          Returns true if the macro body should be transformed, false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysTransformMacroBody

public AlwaysTransformMacroBody()
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 interface MacroBodyTransformationCondition
Parameters:
macroName - macro name


Copyright © 2003-2011 Atlassian. All Rights Reserved.