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

Packages that use MacroBodyTransformationCondition
com.atlassian.confluence.content.render.xhtml.storage.macro   
 

Uses of MacroBodyTransformationCondition in com.atlassian.confluence.content.render.xhtml.storage.macro
 

Classes in com.atlassian.confluence.content.render.xhtml.storage.macro that implement MacroBodyTransformationCondition
 class AlwaysTransformMacroBody
          Condition that specifies that the macro body should always be transformed.
 class AnnotationMacroBodyTranformationCondition
          Allows macro body transformation based on the RequiresFormat annotation on the Macro class.
 class TransformNonUserMacroCondition
          Returns true if the specified macro is not a user macro.
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type MacroBodyTransformationCondition
StorageMacroUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.