org.exoplatform.wiki.rendering.transformation.icon
Class DefaultIconTransformation
java.lang.Object
org.xwiki.rendering.transformation.AbstractTransformation
org.exoplatform.wiki.rendering.transformation.icon.DefaultIconTransformation
- All Implemented Interfaces:
- Comparable<org.xwiki.rendering.transformation.Transformation>, org.xwiki.component.phase.Initializable, org.xwiki.rendering.transformation.Transformation
@Component(value="icon")
public class DefaultIconTransformation
- extends org.xwiki.rendering.transformation.AbstractTransformation
- implements org.xwiki.component.phase.Initializable
Created by The eXo Platform SAS
Author : Lai Trung Hieu
hieult@exoplatform.com
Dec 2, 2011
|
Method Summary |
void |
initialize()
|
void |
transform(org.xwiki.rendering.block.Block source,
org.xwiki.rendering.transformation.TransformationContext context)
|
| Methods inherited from class org.xwiki.rendering.transformation.AbstractTransformation |
compareTo, getPriority, transform |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultIconTransformation
public DefaultIconTransformation()
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()
transform
public void transform(org.xwiki.rendering.block.Block source,
org.xwiki.rendering.transformation.TransformationContext context)
throws org.xwiki.rendering.transformation.TransformationException
-
- Specified by:
transform in interface org.xwiki.rendering.transformation.Transformation
- Throws:
org.xwiki.rendering.transformation.TransformationException- See Also:
Transformation.transform(Block, TransformationContext)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.