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 JSPTreeNodeIF
FunctionIF. 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 JSPTreeNodeIF
AbstractFunction. getRootNode()
JSPTreeNodeIF
Function. 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 class
JSPContentTreeNode
INTERNAL: The Ontopia JSPTreeNode class.class
JSPTreeNode
INTERNAL: Tree node representing a JSP tag.Fields in net.ontopia.utils.ontojsp declared as JSPTreeNodeIF Modifier and Type Field Description protected JSPTreeNodeIF
JSPContentHandler. current
protected JSPTreeNodeIF
JSPContentTreeNode. parent
protected JSPTreeNodeIF
JSPTreeNode. parent
protected JSPTreeNodeIF
JSPContentHandler. root
Fields in net.ontopia.utils.ontojsp with type parameters of type JSPTreeNodeIF Modifier and Type Field Description protected List<JSPTreeNodeIF>
JSPTreeNode. children
Methods in net.ontopia.utils.ontojsp that return JSPTreeNodeIF Modifier and Type Method Description JSPTreeNodeIF
JSPContentTreeNode. getParent()
JSPTreeNodeIF
JSPTreeNode. getParent()
JSPTreeNodeIF
JSPTreeNodeIF. getParent()
Gets the parent node of this JSPTreeNode.JSPTreeNodeIF
JSPContentHandler. getRootNode()
Returns the root node of the just read-in and built JSPTree.JSPTreeNodeIF
JSPContentTreeNode. makeClone()
JSPTreeNodeIF
JSPTreeNode. makeClone()
JSPTreeNodeIF
JSPTreeNodeIF. makeClone()
Returns a node of the same class with the same internal state, but with a different tag object internally.JSPTreeNodeIF
JSPPageReader. read()
Reads a jsp file and creates a tree of JSPTreeNodeIF objects.JSPTreeNodeIF
JSPPageReader. 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 void
JSPContentTreeNode. addChild(JSPTreeNodeIF node)
void
JSPTreeNode. addChild(JSPTreeNodeIF node)
void
JSPTreeNodeIF. addChild(JSPTreeNodeIF node)
Adds a child node to this JSPTreeNode.void
JSPPageExecuter. run(javax.servlet.jsp.PageContext page, javax.servlet.jsp.tagext.TagSupport parentTag, JSPTreeNodeIF root)
Runs a JSP page (resp.protected void
JSPPageExecuter. runTag(javax.servlet.jsp.tagext.TagSupport parentTag, JSPTreeNodeIF node)
Executes the children of this node.void
JSPContentTreeNode. setParent(JSPTreeNodeIF parent)
void
JSPTreeNode. setParent(JSPTreeNodeIF parent)
void
JSPTreeNodeIF. 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)
-