com.atlassian.confluence.content.render.xhtml.editor.inline
Interface EmoticonDisplayMapper

All Known Implementing Classes:
SimpleEmoticonDisplayMapper

public interface EmoticonDisplayMapper

Describes a component responsible for mapping an emoticon to data suitable for display.


Method Summary
 String getImageName(Emoticon emoticon)
           
 String getImageUrl(Emoticon emoticon)
           
 

Method Detail

getImageUrl

String getImageUrl(Emoticon emoticon)
Parameters:
emoticon - the emoticon for which an image URL is required.
Returns:
the URL for the image matching the supplied emoticon or null if there is none found.

getImageName

String getImageName(Emoticon emoticon)
Parameters:
emoticon - the emoticon for which an image name is required.
Returns:
the image name (no extension) for the supplied emoticon or null if there is none found.


Confluence is developed by Atlassian.