Interface MacroDefinitionHandler
-
public interface MacroDefinitionHandlerHandler forMacroDefinitions found in storage format. SeeXhtmlContent.handleMacroDefinitions(java.lang.String, com.atlassian.confluence.content.render.xhtml.ConversionContext, com.atlassian.confluence.xhtml.api.MacroDefinitionHandler)for more detail.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(MacroDefinition macroDefinition)Called each time a macro definition is found in the content.
-
-
-
Method Detail
-
handle
void handle(MacroDefinition macroDefinition)
Called each time a macro definition is found in the content.- Parameters:
macroDefinition- of the macro found in the content.
-
-