org.xwiki.rendering.transformation.icon
Interface IconTransformationConfiguration
@ComponentRole
public interface IconTransformationConfiguration
Configuration properties for the Icon transformation.
You can override the default values for each of the configuration properties below by defining them in XWiki's global
configuration file using a prefix of "rendering.transformation.icon" followed by the property name. For example:
rendering.transformation.icon.mappings = ...
- Since:
- 2.6RC1
- Version:
- $Id: IconTransformationConfiguration.java 33811 2011-01-05 03:50:58Z sdumitriu $
getMappings
java.util.Properties getMappings()
- Returns:
- the mappings between a set of characters representing an icon (eg ":)", "(y)") and an icon name
(eg "emoticon_smile", "thumbs_up")
Copyright © 2004-2011 XWiki. All Rights Reserved.