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
StorageMacroV1Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition, MacroParameterTypeParser macroParameterTypeParser)
           
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition, MacroMetadataManager macroMetadataManager, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<Link> linkUnmarshaller)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.