org.xwiki.rendering.transformation
Interface TransformationManager
- All Known Implementing Classes:
- DefaultTransformationManager
@ComponentRole
public interface TransformationManager
Executes a set of transformations, in the correct order.
- Since:
- 1.5M2
- Version:
- $Id$
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-2011 XWiki. All Rights Reserved.