public interface

MacroDefinitionHandler

com.atlassian.confluence.xhtml.api.MacroDefinitionHandler

Class Overview

Handler for MacroDefinitions found in storage format. See {link XhtmlContent#handleMacroDefinitions} for more detail.

Summary

Public Methods
void handle(MacroDefinition macroDefinition)
Called each time a macro definition is found in the content.

Public Methods

public void handle (MacroDefinition macroDefinition)

Called each time a macro definition is found in the content.

Parameters
macroDefinition of the macro found in the content.