org.xwiki.rendering.transformation
Interface TransformationManager
@Role
public interface TransformationManager
Executes a set of transformations, in the correct order.
- Since:
- 1.5M2
- Version:
- $Id: cf336807e4869cd8e7ba989336ba52c29e5f1e88 $
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–2014 XWiki. All rights reserved.