Uses of Interface
com.atlassian.confluence.macro.xhtml.MacroManager

Packages that use MacroManager
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.view.macro   
com.atlassian.confluence.diff.marshallers   
com.atlassian.confluence.macro.xhtml   
com.atlassian.confluence.tinymceplugin.rest   
 

Uses of MacroManager in com.atlassian.confluence.content.render.xhtml.editor.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type MacroManager
EditorMacroMarshaller(MacroManager macroManager, List<MacroMarshaller> macroMarshallers)
           
 

Uses of MacroManager in com.atlassian.confluence.content.render.xhtml.storage.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type MacroManager
AnnotationMacroBodyTranformationCondition(MacroManager macroManager)
           
TransformNonUserMacroCondition(MacroManager xhtmlMacroManager)
           
 

Uses of MacroManager in com.atlassian.confluence.content.render.xhtml.view.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type MacroManager
ViewMacroMarshaller(MacroManager macroManager, XMLOutputFactory xmlOutputFactory, HttpContext httpContext, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, PlaceholderUrlFactory placeholderUrlFactory)
           
 

Uses of MacroManager in com.atlassian.confluence.diff.marshallers
 

Constructors in com.atlassian.confluence.diff.marshallers with parameters of type MacroManager
DiffMacroMarshaller(MacroManager macroManager, XMLOutputFactory xmlOutputFactory)
           
 

Uses of MacroManager in com.atlassian.confluence.macro.xhtml
 

Classes in com.atlassian.confluence.macro.xhtml that implement MacroManager
 class DelegatingReadOnlyMacroManager
           A Macro Manager which looks for named macros in an ordered manner through a list of delegate MacroManager's it maintains.
 class UserMacroLibraryMacroManager
           An Xhtml MacroManager implementation that delegates to an encapsulated UserMacroLibrary.
 class UserMacroPluginMacroManager
           A MacroManager responsible for keeping track of user macros loaded via the plugin subsystem.
 class V2CompatibilityMacroManager
           
 class XhtmlMacroManager
           Listens for PluginModuleEnabledEvent and PluginModuleDisabledEvent to register Macros with itself.
 

Constructors in com.atlassian.confluence.macro.xhtml with parameters of type MacroManager
DefaultMacroMigrationManager(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.
RichTextMacroMigration(MacroManager xhtmlMacroManager)
           
 

Constructor parameters in com.atlassian.confluence.macro.xhtml with type arguments of type MacroManager
DelegatingReadOnlyMacroManager(List<MacroManager> delegateMacroManagers)
           
 

Uses of MacroManager in com.atlassian.confluence.tinymceplugin.rest
 

Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type MacroManager
MacroResource(XhtmlContent xhtmlContent, EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, HtmlToXmlConverter htmlToXmlConverter, HttpContext httpContext, MacroManager macroManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.