| com.atlassian.confluence.renderer.MacroManager |
Known Indirect Subclasses
|
Retrieval, registration and unregistration of macros.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the currently enabled macros, excluding user macros.
| |||||||||||
Registers a new macro with the given name.
| |||||||||||
Unregisters the macro with the given name.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.renderer.v2.macro.MacroManager
| |||||||||||||
Returns the currently enabled macros, excluding user macros. For a list of
user macros, see UserMacroLibrary.
Registers a new macro with the given name. If a macro already exists with that name, it is replaced by the new macro.
| name | the name to register the macro under. For example, 'code'. |
|---|---|
| macro | the macro to register |
Unregisters the macro with the given name. Does nothing if no such macro is registered.
| name | the name of the macro to unregister. For example, 'code'. |
|---|

