Uses of Interface
org.xwiki.rendering.transformation.Transformation

Packages that use Transformation
org.xwiki.rendering.configuration   
org.xwiki.rendering.internal.configuration   
org.xwiki.rendering.transformation   
 

Uses of Transformation in org.xwiki.rendering.configuration
 

Methods in org.xwiki.rendering.configuration that return types with arguments of type Transformation
 java.util.List<Transformation> RenderingConfiguration.getTransformations()
           
 

Uses of Transformation in org.xwiki.rendering.internal.configuration
 

Methods in org.xwiki.rendering.internal.configuration that return types with arguments of type Transformation
 java.util.List<Transformation> DefaultRenderingConfiguration.getTransformations()
          
 

Method parameters in org.xwiki.rendering.internal.configuration with type arguments of type Transformation
 void DefaultRenderingConfiguration.setTransformations(java.util.List<Transformation> transformations)
           
 

Uses of Transformation in org.xwiki.rendering.transformation
 

Classes in org.xwiki.rendering.transformation that implement Transformation
 class AbstractTransformation
          Code common to all Transformation and base implementation of priorities (see getPriority()).
 

Methods in org.xwiki.rendering.transformation with parameters of type Transformation
 int AbstractTransformation.compareTo(Transformation transformation)
          
 



Copyright © 2004-2011 XWiki. All Rights Reserved.