com.atlassian.confluence.content.render.xhtml.migration
Interface MacroReplacementRendererRepository

All Known Implementing Classes:
DefaultMacroReplacementRendererRepository

public interface MacroReplacementRendererRepository

Representing a component that maintains a list of MacroReplacementRenderer to be used during migration of macros.


Method Summary
 MacroReplacementRenderer getMacroReplacementRenderer(String macroClass)
          Get the MacroReplacementRenderer for the given class of v2 Macro.
 

Method Detail

getMacroReplacementRenderer

MacroReplacementRenderer getMacroReplacementRenderer(String macroClass)
Get the MacroReplacementRenderer for the given class of v2 Macro.

Parameters:
macroClass - the class name of a v2 Macro to be replaced.
Returns:
the MacroReplacementRenderer that handles the provided macro or null if there is no MacroReplacementRenderer


Copyright © 2003-2012 Atlassian. All Rights Reserved.