org.exoplatform.wiki.tree
Class WikiHomeTreeNode

java.lang.Object
  extended by org.exoplatform.wiki.tree.TreeNode
      extended by org.exoplatform.wiki.tree.WikiHomeTreeNode

public class WikiHomeTreeNode
extends TreeNode

Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com Aug 6, 2010


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.wiki.tree.TreeNode
TreeNode.TREETYPE
 
Field Summary
 
Fields inherited from class org.exoplatform.wiki.tree.TreeNode
children, CHILDREN_NUMBER, CURRENT_PAGE, CURRENT_PATH, DEPTH, hasChild, isRetricted, isSelected, name, nodeType, path, PATH, SELECTED_PAGE, SHOW_DESCENDANT, SHOW_EXCERPT, STACK_PARAMS
 
Constructor Summary
WikiHomeTreeNode(WikiHome wikiHome)
           
 
Method Summary
protected  void addChildren(HashMap<String,Object> context)
           
 String buildPath()
           
 PageTreeNode findDescendantNodeByName(List<TreeNode> listPageTreeNode, String name)
           
 PageTreeNode getChildByName(String name)
           
 WikiHome getWikiHome()
           
 
Methods inherited from class org.exoplatform.wiki.tree.TreeNode
equals, getChildren, getName, getNodeType, getNumberOfChildren, getPath, hashCode, isHasChild, isRetricted, isSelected, pushDescendants, setChildren, setHasChild, setName, setNodeType, setRetricted, setSelected
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiHomeTreeNode

public WikiHomeTreeNode(WikiHome wikiHome)
                 throws Exception
Throws:
Exception
Method Detail

addChildren

protected void addChildren(HashMap<String,Object> context)
                    throws Exception
Overrides:
addChildren in class TreeNode
Throws:
Exception

getWikiHome

public WikiHome getWikiHome()

getChildByName

public PageTreeNode getChildByName(String name)
                            throws Exception
Throws:
Exception

findDescendantNodeByName

public PageTreeNode findDescendantNodeByName(List<TreeNode> listPageTreeNode,
                                             String name)
                                      throws Exception
Throws:
Exception

buildPath

public String buildPath()
Overrides:
buildPath in class TreeNode


Copyright © 2013 eXo Platform SAS. All Rights Reserved.