Uses of Interface
com.atlassian.confluence.content.render.xhtml.storage.macro.MacroBodyTransformationCondition
-
Packages that use MacroBodyTransformationCondition Package Description 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 Modifier and Type Class Description classAlwaysTransformMacroBodyCondition that specifies that the macro body should always be transformed.classAnnotationMacroBodyTranformationConditionAllows macro body transformation based on theRequiresFormatannotation on theMacroclass.classTransformNonUserMacroConditionReturns 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 Constructor Description DefaultStorageMacroBodyParser(MacroBodyTransformationCondition condition, TableStyleRemovingElementTransformer tableStyleRemovingElementTransformer, XmlOutputFactory xmlOutputFactory)
-