com.atlassian.confluence.renderer
Class ConfluenceIconManager
java.lang.Object
com.atlassian.renderer.DefaultIconManager
com.atlassian.confluence.renderer.ConfluenceIconManager
- All Implemented Interfaces:
- com.atlassian.renderer.IconManager
Deprecated. since 4.0
@Deprecated
public class ConfluenceIconManager
- extends com.atlassian.renderer.DefaultIconManager
Manages all the available rendericons (link decorations such as the external site arrow and mailto: envelope) and
emoticons ( :) (*) etc ) in one convenient, central location.
The work for emoticons is done in the base class, DefaultIconManager, the population of the iconsMap for
link decoration is defined in this confluence specific iplementation.
Currently, all available icons are hard-coded in this class.
Methods inherited from class com.atlassian.renderer.DefaultIconManager |
getEmoticon, getEmoticonsMap, getEmoticonSymbols, getLinkDecoration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceIconManager
public ConfluenceIconManager()
- Deprecated.
getIconsMap
protected Map<String,com.atlassian.renderer.Icon> getIconsMap()
- Deprecated.
- Overrides:
getIconsMap
in class com.atlassian.renderer.DefaultIconManager
setSettingsManager
public void setSettingsManager(SettingsManager settingsManager)
- Deprecated.
Copyright © 2003-2013 Atlassian. All Rights Reserved.