| com.atlassian.confluence.macro.browser.MacroIconManager |
Known Indirect Subclasses
|
Allows retrieval of appropriate icons from MacroMetadata. The specified icon locations can be
retrieved directly from a MacroMetadata, but this class handles falling back to default locations and
retrieving the image streams themselves.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve a the Url to a small icon for a macro.
| |||||||||||
Retrieve an inputStream of the macro's icon.
| |||||||||||
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 |
|---|

