public interface MacroDefinitionUpdater
MacroDefinition
s in storage format.
See XhtmlContent.updateMacroDefinitions(java.lang.String, com.atlassian.confluence.content.render.xhtml.ConversionContext, com.atlassian.confluence.xhtml.api.MacroDefinitionUpdater)
for more detail.Modifier and Type | Method and Description |
---|---|
MacroDefinition |
update(MacroDefinition macroDefinition)
Called each time a macro definition is found in the content so that each definition may be modified or
replaced by another definition.
|
MacroDefinition update(MacroDefinition macroDefinition)
macroDefinition
- of the macro found in the content.null
indicates that the macro should be removed.Copyright © 2003–2020 Atlassian. All rights reserved.