org.xwiki.rendering.transformation.icon
Interface IconTransformationConfiguration
- All Known Implementing Classes:
- DefaultIconTransformationConfiguration
@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$
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.