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
 
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()
getIconsMap
protected java.util.Map getIconsMap()
- Overrides:
 getIconsMap in class com.atlassian.renderer.DefaultIconManager
 
 
setSettingsManager
public void setSettingsManager(SettingsManager settingsManager)
 
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.