@Component(value="children") public class ChildrenMacro extends org.xwiki.rendering.macro.AbstractMacro<ChildrenMacroParameters>
| Constructor and Description |
|---|
ChildrenMacro() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlock(org.xwiki.rendering.block.Block block,
TreeNode node,
org.xwiki.rendering.transformation.MacroTransformationContext context) |
List<org.xwiki.rendering.block.Block> |
execute(ChildrenMacroParameters parameters,
String content,
org.xwiki.rendering.transformation.MacroTransformationContext context) |
boolean |
supportsInlineMode() |
org.xwiki.rendering.block.ListItemBlock |
trankformToBlock(TreeNode node,
org.xwiki.rendering.transformation.MacroTransformationContext context) |
public List<org.xwiki.rendering.block.Block> execute(ChildrenMacroParameters parameters, String content, org.xwiki.rendering.transformation.MacroTransformationContext context) throws org.xwiki.rendering.macro.MacroExecutionException
org.xwiki.rendering.macro.MacroExecutionExceptionpublic org.xwiki.rendering.block.ListItemBlock trankformToBlock(TreeNode node, org.xwiki.rendering.transformation.MacroTransformationContext context) throws Exception
Exceptionpublic void addBlock(org.xwiki.rendering.block.Block block,
TreeNode node,
org.xwiki.rendering.transformation.MacroTransformationContext context)
throws Exception
Exceptionpublic boolean supportsInlineMode()
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.