| java.lang.Object com.methodhead.tree.Tree com.methodhead.shim.SiteMapTree
SiteMapTree | public class SiteMapTree extends Tree (Code) | | A tree of FoldingTreeNodes that backs the folding tree of pages
used to browse to pages while adminstering a site.
|
build | public void build(SiteMap siteMap)(Code) | | Builds a tree that corresponds to siteMap. For each node, the
link's page id is stored as the node's user object as an Integer,
the node's label is set to the link's title, the node's url is set to
editPage.do?id=, and the node icon hint is set to
PAGE.
|
find | public FoldingTreeNode find(int pageId)(Code) | | Return the node with pageId or null if there is no such
node.
|
|
|