| Package | Description |
|---|---|
| org.exoplatform.wiki.rendering.macro.children | |
| org.exoplatform.wiki.tree | |
| org.exoplatform.wiki.tree.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
ChildrenMacro.addBlock(org.xwiki.rendering.block.Block block,
TreeNode node,
org.xwiki.rendering.transformation.MacroTransformationContext context) |
org.xwiki.rendering.block.ListItemBlock |
ChildrenMacro.trankformToBlock(TreeNode node,
org.xwiki.rendering.transformation.MacroTransformationContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageTreeNode |
class |
RootTreeNode |
class |
SpaceTreeNode |
class |
WikiHomeTreeNode |
class |
WikiTreeNode |
| Modifier and Type | Field and Description |
|---|---|
protected List<TreeNode> |
TreeNode.children |
| Modifier and Type | Method and Description |
|---|---|
List<TreeNode> |
TreeNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
PageTreeNode |
WikiHomeTreeNode.findDescendantNodeByName(List<TreeNode> listPageTreeNode,
String name) |
void |
TreeNode.setChildren(List<TreeNode> children) |
| Constructor and Description |
|---|
JsonNodeData(TreeNode treeNode,
boolean isLastNode,
boolean isSelectable,
String currentPath,
String excerpt,
HashMap<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
static TreeNode |
TreeUtils.getDescendants(WikiPageParams params,
HashMap<String,Object> context)
Create a tree node contain all its descendant with a given
WikiPageParams |
static TreeNode |
TreeUtils.getTreeNode(WikiPageParams params)
Create a tree node with a given
WikiPageParams |
| Modifier and Type | Method and Description |
|---|---|
static List<JsonNodeData> |
TreeUtils.tranformToJson(TreeNode treeNode,
HashMap<String,Object> context) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.