| java.lang.Object | |
| ↳ | com.atlassian.confluence.macro.browser.DefaultMacroIconManager |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve a the Url to a small icon for a macro.
| |||||||||||
Retrieve an inputStream of the macro's icon.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.confluence.macro.browser.MacroIconManager
| |||||||||||||||
Retrieve a the Url to a small icon for a macro. This is the size used in the dropdown and the placeholders used in diffs.
| macroMetadata | the metadata for the macro to retrieve the icon url for |
|---|
Retrieve an inputStream of the macro's icon.
| macroMetadata | the metadata for the macro |
|---|

