Uses of Interface
net.ontopia.utils.ontojsp.JSPTreeNodeIF
-
Packages that use JSPTreeNodeIF Package Description net.ontopia.topicmaps.nav2.core Provides interfaces for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.nav2.impl.basic The basic implementation of the Navigator core interfaces.net.ontopia.utils.ontojsp -
-
Uses of JSPTreeNodeIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return JSPTreeNodeIF Modifier and Type Method Description JSPTreeNodeIFFunctionIF. getRootNode()Deprecated.This method is not used, and need not be implemented. -
Uses of JSPTreeNodeIF in net.ontopia.topicmaps.nav2.impl.basic
Methods in net.ontopia.topicmaps.nav2.impl.basic that return JSPTreeNodeIF Modifier and Type Method Description JSPTreeNodeIFAbstractFunction. getRootNode()JSPTreeNodeIFFunction. getRootNode()Constructors in net.ontopia.topicmaps.nav2.impl.basic with parameters of type JSPTreeNodeIF Constructor Description Function(String name, JSPTreeNodeIF rootNode, Collection params)Default constructor.Function(ModuleIF parentModule, String name, JSPTreeNodeIF rootNode, Collection params)Function(ModuleIF parentModule, String name, JSPTreeNodeIF rootNode, Collection params, String returnVariableName) -
Uses of JSPTreeNodeIF in net.ontopia.utils.ontojsp
Classes in net.ontopia.utils.ontojsp that implement JSPTreeNodeIF Modifier and Type Class Description classJSPContentTreeNodeINTERNAL: The Ontopia JSPTreeNode class.classJSPTreeNodeINTERNAL: Tree node representing a JSP tag.Fields in net.ontopia.utils.ontojsp declared as JSPTreeNodeIF Modifier and Type Field Description protected JSPTreeNodeIFJSPContentHandler. currentprotected JSPTreeNodeIFJSPContentTreeNode. parentprotected JSPTreeNodeIFJSPTreeNode. parentprotected JSPTreeNodeIFJSPContentHandler. rootFields in net.ontopia.utils.ontojsp with type parameters of type JSPTreeNodeIF Modifier and Type Field Description protected List<JSPTreeNodeIF>JSPTreeNode. childrenMethods in net.ontopia.utils.ontojsp that return JSPTreeNodeIF Modifier and Type Method Description JSPTreeNodeIFJSPContentTreeNode. getParent()JSPTreeNodeIFJSPTreeNode. getParent()JSPTreeNodeIFJSPTreeNodeIF. getParent()Gets the parent node of this JSPTreeNode.JSPTreeNodeIFJSPContentHandler. getRootNode()Returns the root node of the just read-in and built JSPTree.JSPTreeNodeIFJSPContentTreeNode. makeClone()JSPTreeNodeIFJSPTreeNode. makeClone()JSPTreeNodeIFJSPTreeNodeIF. makeClone()Returns a node of the same class with the same internal state, but with a different tag object internally.JSPTreeNodeIFJSPPageReader. read()Reads a jsp file and creates a tree of JSPTreeNodeIF objects.JSPTreeNodeIFJSPPageReader. read(boolean useTagPooling)Methods in net.ontopia.utils.ontojsp that return types with arguments of type JSPTreeNodeIF Modifier and Type Method Description List<JSPTreeNodeIF>JSPContentTreeNode. getChildren()List<JSPTreeNodeIF>JSPTreeNode. getChildren()List<JSPTreeNodeIF>JSPTreeNodeIF. getChildren()Gets the children (ordered) of this JSPTreeNode.Methods in net.ontopia.utils.ontojsp with parameters of type JSPTreeNodeIF Modifier and Type Method Description voidJSPContentTreeNode. addChild(JSPTreeNodeIF node)voidJSPTreeNode. addChild(JSPTreeNodeIF node)voidJSPTreeNodeIF. addChild(JSPTreeNodeIF node)Adds a child node to this JSPTreeNode.voidJSPPageExecuter. run(javax.servlet.jsp.PageContext page, javax.servlet.jsp.tagext.TagSupport parentTag, JSPTreeNodeIF root)Runs a JSP page (resp.protected voidJSPPageExecuter. runTag(javax.servlet.jsp.tagext.TagSupport parentTag, JSPTreeNodeIF node)Executes the children of this node.voidJSPContentTreeNode. setParent(JSPTreeNodeIF parent)voidJSPTreeNode. setParent(JSPTreeNodeIF parent)voidJSPTreeNodeIF. setParent(JSPTreeNodeIF parentNode)Sets the parent node of this JSPTreeNode.Constructors in net.ontopia.utils.ontojsp with parameters of type JSPTreeNodeIF Constructor Description JSPContentTreeNode(JSPTreeNodeIF parent, String content)Constructor that accepts the parent of this JSPTreeNode as an argument.JSPTreeNode(String name, JSPTreeNodeIF parent)JSPTreeNode(String name, JSPTreeNodeIF parent, boolean dontCloneTags)
-