org.xwiki.rendering.transformation
@Role public interface TransformationManager
| Modifier and Type | Method and Description |
|---|---|
void |
performTransformations(Block block,
TransformationContext context) |
void |
performTransformations(XDOM dom,
Syntax syntax)
Deprecated.
since 2.4M1 use
performTransformations(Block, TransformationContext) instead |
@Deprecated void performTransformations(XDOM dom, Syntax syntax) throws TransformationException
performTransformations(Block, TransformationContext) insteaddom - the XDOM on which apply transformationssyntax - the syntax of the source from where this XDOM as been generatedTransformationException - error when applying transformationsvoid performTransformations(Block block, TransformationContext context) throws TransformationException
block - the block to transformcontext - the context of the transformation process.TransformationException - error when applying transformationsCopyright © 2004-2013 XWiki. All Rights Reserved.