Interface MacroDefinitionHandler
public interface MacroDefinitionHandler
Handler for
MacroDefinition
s found in storage format.
See XhtmlContent.handleMacroDefinitions(java.lang.String, com.atlassian.confluence.content.render.xhtml.ConversionContext, com.atlassian.confluence.xhtml.api.MacroDefinitionHandler)
for more detail.-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(MacroDefinition macroDefinition) Called each time a macro definition is found in the content.
-
Method Details
-
handle
Called each time a macro definition is found in the content.- Parameters:
macroDefinition
- of the macro found in the content.
-