Package com.atlassian.confluence.content.render.xhtml.storage.macro

Interface Summary
MacroBodyTransformationCondition Specifies the conditions by which the body of a macro should be transformed.
StorageMacroBodyParser An interface to logic that parses macro data, extracting the correct form of the body.
 

Class Summary
AlwaysTransformMacroBody Condition that specifies that the macro body should always be transformed.
AnnotationMacroBodyTranformationCondition Allows macro body transformation based on the RequiresFormat annotation on the Macro class.
DefaultStorageMacroBodyParser  
DelegatingStorageMacroMarshaller A Marshaller of MacroDefinitions which decided which macro storage format to marshal, depending on the MacroDefinition.
DelegatingStorageMacroUnmarshaller TODO: Document this class / interface here
StorageMacroConstants  
StorageMacroFragmentTransformerFactory A factory for producing macro-related macro storage format FragmentTransformers.
StorageMacroUtil  
StorageMacroV1Marshaller  
StorageMacroV1Unmarshaller Parses XHTML containing ac:macro elements and their parameters.
StorageMacroV2Marshaller Marshals a MacroDefinition into macro v2 storage format.
StorageMacroV2Unmarshaller Parses XHTML containing ac:structured-macro elements and their parameters.
TransformNonUserMacroCondition Returns true if the specified macro is not a user macro.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.