public interface MacroManagerFactory
This interface is required so that plugins have access to the various MacroManager
implementations. The OSGI publishing of components is by interface so we can only have one
MacroManager 'plugin:available' or auto-wiring problems will be encountered with plugins
(such as Dashboard macros).
Modifier and Type | Method and Description |
---|---|
MacroManager |
getDefaultMacroManager() |
MacroManager |
getUserMacroMacroManager() |
MacroManager |
getXhtmlMacroManager() |
MacroManager getDefaultMacroManager()
MacroManager getXhtmlMacroManager()
MacroManager getUserMacroMacroManager()
Copyright © 2003–2020 Atlassian. All rights reserved.