Interface | Description |
---|---|
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 | Description |
---|---|
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 MacroDefinition s which decided which macro storage format to marshal,
depending on the MacroDefinition . |
DelegatingStorageMacroUnmarshaller |
TODO: Document this class / interface here
|
MacroId |
A macro Id is used to identify a macro within a version of a page.
|
StorageMacroConstants | |
StorageMacroFragmentTransformerFactory |
A factory for producing macro-related macro storage format
FragmentTransformer s. |
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–2018 Atlassian. All rights reserved.