Interface MacroDefinitionHandler
public interface MacroDefinitionHandler
Handler for
MacroDefinitions 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 TypeMethodDescriptionvoidhandle(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.
-