org.xwiki.rendering.internal.transformation.icon
Class DefaultIconTransformationConfiguration

java.lang.Object
  extended by org.xwiki.rendering.internal.transformation.icon.DefaultIconTransformationConfiguration
All Implemented Interfaces:
org.xwiki.component.phase.Initializable, IconTransformationConfiguration

@Component
@Singleton
public class DefaultIconTransformationConfiguration
extends java.lang.Object
implements IconTransformationConfiguration, org.xwiki.component.phase.Initializable

All configuration options for the Icon transformation.

Since:
2.6RC1
Version:
$Id$

Constructor Summary
DefaultIconTransformationConfiguration()
           
 
Method Summary
 java.util.Properties getMappings()
          
 void initialize()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIconTransformationConfiguration

public DefaultIconTransformationConfiguration()
Method Detail

initialize

public void initialize()
                throws org.xwiki.component.phase.InitializationException

Specified by:
initialize in interface org.xwiki.component.phase.Initializable
Throws:
org.xwiki.component.phase.InitializationException
See Also:
Initializable.initialize()

getMappings

public java.util.Properties getMappings()

Specified by:
getMappings in interface IconTransformationConfiguration
Returns:
the mappings between a set of characters representing an icon (eg ":)", "(y)") and an icon name (eg "emoticon_smile", "thumbs_up")
See Also:
IconTransformationConfiguration.getMappings()


Copyright © 2004-2011 XWiki. All Rights Reserved.