org.xwiki.rendering.transformation
Interface TransformationManager
@ComponentRole
public interface TransformationManager
Executes a set of transformations, in the correct order.
- Since:
- 1.5M2
- Version:
- $Id: 87791505fde0c1c79bb91a7ca98d776fac6df2e3 $
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 transformationssyntax - 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 transformcontext - the context of the transformation process.
- Throws:
TransformationException - error when applying transformations- Since:
- 2.4M1
Copyright © 2004-2012 XWiki. All Rights Reserved.