4243444546474849
return StringUtil.endsWithIgnoreCase(form, "API"); } } public String getEntriesAsJson() throws Exception { JsonTreeFromDominoView tree = new JsonTreeFromDominoView(); return tree.generateAsStringHier(new DocTreeModel(), "AllDocumentation", true); }
297298299300301302303304305306307
// Build the tree. TreeNode tn = new CommentTreeNode(); tn.setType("comments"); tn.setLeaf(false); // Create the tree: TreeModel tm = new TreeModelBase(tn); // Add child nodes: this.getChildComments(tm, tn, cmts); // Add a child for the reply box: