| java.lang.Object | |
| ↳ | com.atlassian.confluence.macro.browser.DefaultMacroMetadataManager |
Manager providing MacroMetadata about the Macros in Confluence.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve all available metadata for macros in the system.
| |||||||||||
Retrieve the metadata for a single macro.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.macro.browser.MacroMetadataManager
| |||||||||||||||
Retrieve all available metadata for macros in the system.
Retrieve the metadata for a single macro. This may not be very efficient internally.
| macroName | the (simple, unfriendly) name of the macro, as will be returned by
getMacroName() or MacroDefinition#getName(). |
|---|

