|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.macro.browser.DefaultMacroMetadataProvider
public class DefaultMacroMetadataProvider
| Constructor Summary | |
|---|---|
DefaultMacroMetadataProvider(ModuleDescriptorCache<? extends com.atlassian.plugin.ModuleDescriptor> macroModuleDescriptorCache,
MacroFallbackParser macroFallbackParser)
|
|
| Method Summary | |
|---|---|
MacroMetadata |
getByMacroName(java.lang.String macroName)
Returns the metadata for the named macro if it is known to this provider. |
java.util.Collection<MacroMetadata> |
getData()
Returns a collection of MacroMetadata for use in the Macro Browser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMacroMetadataProvider(ModuleDescriptorCache<? extends com.atlassian.plugin.ModuleDescriptor> macroModuleDescriptorCache,
MacroFallbackParser macroFallbackParser)
| Method Detail |
|---|
public java.util.Collection<MacroMetadata> getData()
MacroMetadataProviderMacroMetadata for use in the Macro Browser.
This collection need not necessarily be unique.
getData in interface MacroMetadataProviderpublic MacroMetadata getByMacroName(java.lang.String macroName)
MacroMetadataProvider
getByMacroName in interface MacroMetadataProvidermacroName - the (simple, unfriendly) name of the macro.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||