| com.atlassian.confluence.macro.browser.MacroMetadataProvider |
Known Indirect Subclasses
DefaultMacroMetadataProvider,
DelegatingMacroMetadataProvider,
GadgetsMacroMetadataProvider,
UserMacroMetadataProvider
| |||||||||||||||||||
Implementations of this class will be used by the MacroBrowserManager to provide additional
MacroMetadata.
| 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. | |||||||||||
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.

