com.atlassian.confluence.xhtml.api
Interface MacroDefinitionHandler


public interface MacroDefinitionHandler

Handler for MacroDefinitions 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.
 

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.


Copyright © 2003-2012 Atlassian. All Rights Reserved.