Interface | Description |
---|---|
MacroManager |
Interface for the XHTML macro manager.
|
MacroManagerFactory |
An interface defining a component that can return MacroManagers.
|
MacroMigration |
Represents a task that will transform a MacroDefinition for migration.
|
MacroMigrationManager |
Class | Description |
---|---|
DefaultMacroMigrationManager |
Listens for plugin events and registers / unregisters the macro migration tasks with itself.
|
DelegatingReadOnlyMacroManager |
A Macro Manager which looks for named macros in an ordered manner through a list of delegate MacroManager's it
maintains.
|
MacroManagerFactoryImpl | |
MacroMigrationLifecycleItem | |
PlainTextMacroMigration |
Migration task for migrating plain text
Macro s. |
RichTextMacroMigration |
Takes a macro with wiki-markup in its body and converts it to XHTML storage format.
|
UserMacroLibraryMacroManager |
An Xhtml MacroManager implementation that delegates to an encapsulated UserMacroLibrary.
|
UserMacroPluginMacroManager |
A MacroManager responsible for keeping track of user macros loaded via the plugin subsystem.
|
V2CompatibilityMacroManager | |
V2MacroToUnmigratedWikiMarkupMacroMigration |
Responsible for wrapping a string containing a wiki macro declaration (say "{foo}bar{foo}") inside an XHTML wiki markup macro.
|
XhtmlMacroManager | |
XhtmlWikiMarkupMacroMigrator |
A Migrator that accepts storage format XHTML and will attempt to convert any instances of
unmigrated-wiki-markup macros found to be direct storage XHTML format and therefore
replacing the unmigrated-wiki-markup block.
|
Enum | Description |
---|---|
MacroMigrationPoint |
Defines points at which a
MacroMigration may be performed. |
Copyright © 2003–2015 Atlassian. All rights reserved.