public interface

MacroMigrationManager

com.atlassian.confluence.macro.xhtml.MacroMigrationManager
Known Indirect Subclasses

Summary

Public Methods
MacroMigration getMacroMigration(String macroName)
Returns the MacroMigration for the given macro.

Public Methods

public MacroMigration getMacroMigration (String macroName)

Returns the MacroMigration for the given macro.

If a custom MacroMigration is registered for this macro name it will be returned, otherwise if the macro implements the Macro interface it will return a MacroMigration based on the type of macro.
Returns
  • a macro migration. Cannot be null.