com.atlassian.confluence.xhtml.api
Interface MacroDefinitionHandler
public interface MacroDefinitionHandler
Handler for MacroDefinition
s found in storage format.
See {link XhtmlContent#handleMacroDefinitions} for more detail.
Method Summary |
void |
handle(MacroDefinition macroDefinition)
Called each time a macro definition is found in the content. |
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.
Copyright © 2003-2014 Atlassian. All Rights Reserved.