|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.internal.transformation.DefaultTransformationManager
@Component @Singleton public class DefaultTransformationManager
Calls all existing transformations (executed by priority) on an existing XDOM object to generate a new transformed XDOM.
| Constructor Summary | |
|---|---|
DefaultTransformationManager()
|
|
| Method Summary | |
|---|---|
void |
performTransformations(Block block,
TransformationContext context)
|
void |
performTransformations(XDOM dom,
Syntax syntax)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTransformationManager()
| Method Detail |
|---|
public void performTransformations(XDOM dom,
Syntax syntax)
throws TransformationException
performTransformations in interface TransformationManagerdom - the XDOM on which apply transformationssyntax - the syntax of the source from where this XDOM as been generated
TransformationException - error when applying transformationsTransformationManager.performTransformations(org.xwiki.rendering.block.XDOM,
org.xwiki.rendering.syntax.Syntax)
public void performTransformations(Block block,
TransformationContext context)
throws TransformationException
performTransformations in interface TransformationManagerblock - the block to transformcontext - the context of the transformation process.
TransformationException - error when applying transformationsTransformationManager.performTransformations(org.xwiki.rendering.block.Block,
org.xwiki.rendering.transformation.TransformationContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||