|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.transformation.AbstractTransformation
org.xwiki.rendering.internal.transformation.macro.MacroTransformation
@Component @Named(value="macro") @Singleton public class MacroTransformation
Look for all MacroBlock blocks in the passed Block and iteratively execute
each Macro in the correct order. Macros can:
| Constructor Summary | |
|---|---|
MacroTransformation()
|
|
| Method Summary | |
|---|---|
int |
getPriority()
|
void |
transform(Block rootBlock,
TransformationContext context)
|
| Methods inherited from class org.xwiki.rendering.transformation.AbstractTransformation |
|---|
compareTo, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MacroTransformation()
| Method Detail |
|---|
public int getPriority()
getPriority in interface TransformationgetPriority in class AbstractTransformationAbstractTransformation.getPriority()
public void transform(Block rootBlock,
TransformationContext context)
throws TransformationException
TransformationExceptionTransformation.transform(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 | |||||||||