| java.lang.Object | |
| ↳ | com.atlassian.confluence.macro.browser.DefaultMacroMetadataProvider |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the metadata for the named macro if it is known to this provider.
| |||||||||||
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 the metadata for the named macro if it is known to this provider. Otherwise returns null.
| 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.

