com.atlassian.confluence.renderer
Class ConfluenceIconManager

java.lang.Object
  extended bycom.atlassian.renderer.DefaultIconManager
      extended bycom.atlassian.confluence.renderer.ConfluenceIconManager
All Implemented Interfaces:
IconManager

public class ConfluenceIconManager
extends 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.


Constructor Summary
ConfluenceIconManager()
           
 
Method Summary
protected  Map getIconsMap()
           
 
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
 

Constructor Detail

ConfluenceIconManager

public ConfluenceIconManager()
Method Detail

getIconsMap

protected Map getIconsMap()


Confluence is developed by Atlassian.