org.xwiki.rendering.transformation
Interface TransformationManager


@Role
public interface TransformationManager

Executes a set of transformations, in the correct order.

Since:
1.5M2
Version:
$Id$

Method Summary
 void performTransformations(Block block, TransformationContext context)
           
 void performTransformations(XDOM dom, Syntax syntax)
          Deprecated. since 2.4M1 use performTransformations(Block, TransformationContext) instead
 

Method Detail

performTransformations

@Deprecated
void performTransformations(XDOM dom,
                                       Syntax syntax)
                            throws TransformationException
Deprecated. since 2.4M1 use performTransformations(Block, TransformationContext) instead

Parameters:
dom - the XDOM on which apply transformations
syntax - the syntax of the source from where this XDOM as been generated
Throws:
TransformationException - error when applying transformations

performTransformations

void performTransformations(Block block,
                            TransformationContext context)
                            throws TransformationException
Parameters:
block - the block to transform
context - the context of the transformation process.
Throws:
TransformationException - error when applying transformations
Since:
2.4M1


Copyright © 2004-2012 XWiki. All Rights Reserved.