@Role
public interface IconTransformationConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(String iconCharacters,
String iconName)
Adds a new mapping between a set of characters representing an icon (eg ":)", "(y)") and an icon name
(eg "emoticon_smile", "thumbs_up").
|
Properties |
getMappings() |
Properties getMappings()
void addMapping(String iconCharacters, String iconName)
iconCharacters - the set of characters representing the iconiconName - the icon name based on a well-known list of namesCopyright © 2004–2015 XWiki. All rights reserved.