Uses of Interface
com.atlassian.confluence.renderer.MacroManager
Packages that use MacroManager
Package
Description
- 
Uses of MacroManager in com.atlassian.confluence.internal.index.v2.implConstructors in com.atlassian.confluence.internal.index.v2.impl with parameters of type MacroManagerModifierConstructorDescriptionMacroDefinitionExtractorContextPreprocessor(XhtmlContent xhtmlContent, MacroManager macroManager) 
- 
Uses of MacroManager in com.atlassian.confluence.macro.xhtmlConstructors in com.atlassian.confluence.macro.xhtml with parameters of type MacroManagerModifierConstructorDescriptionDefaultMacroMigrationManager(MacroMigration richTextMacroMigration, MacroMigration plainTextMacroMigration, MacroMigration v2MacroToUnmigratedWikiMarkupMacroMigration, MacroManager xhtmlOnlyMacroManager, MacroManager v2CompatibileMacroManager, MacroManager v2MacroManager, Set<String> whitelistedNames) Sets the macro manager and the migration tasks for the rich text and plain text migrations.
- 
Uses of MacroManager in com.atlassian.confluence.rendererClasses in com.atlassian.confluence.renderer that implement MacroManagerConstructor parameters in com.atlassian.confluence.renderer with type arguments of type MacroManagerModifierConstructorDescriptionUserMacroLibrary(BandanaManagerInternal bandanaManager, com.atlassian.event.api.EventPublisher eventPublisher, Supplier<MacroManager> macroManagerSupplier)