| java.lang.Object | |
| ↳ | com.atlassian.confluence.macro.browser.DelegatingMacroMetadataProvider |
Provides metadata about macros for use in the macro browser. This includes all xhtml macros and v2 that can be automatically converted to xhtml (where there is not an xhtml version).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns matching metadata from the first of the providers that contains it.
| |||||||||||
Returns a collection of
MacroMetadata for use in the Macro Browser. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.macro.browser.MacroMetadataProvider
| |||||||||||||||
Returns matching metadata from the first of the providers that contains it.
| macroName | the (simple, unfriendly) name of the macro. |
|---|
Returns a collection of MacroMetadata for use in the Macro Browser.
This collection need not necessarily be unique.

