Uses of Interface
net.ontopia.utils.ontojsp.JSPTreeNodeIF
Packages that use JSPTreeNodeIF
Package
Description
Provides interfaces for the Navigator Tag Libraries
and Framework.
The basic implementation of the Navigator core interfaces.
-
Uses of JSPTreeNodeIF in net.ontopia.utils.ontojsp
Classes in net.ontopia.utils.ontojsp that implement JSPTreeNodeIFModifier and TypeClassDescriptionclassINTERNAL: The Ontopia JSPTreeNode class.classINTERNAL: Tree node representing a JSP tag.Fields in net.ontopia.utils.ontojsp declared as JSPTreeNodeIFModifier and TypeFieldDescriptionprotected JSPTreeNodeIFJSPContentHandler.currentprotected JSPTreeNodeIFJSPContentTreeNode.parentprotected JSPTreeNodeIFJSPTreeNode.parentprotected JSPTreeNodeIFJSPContentHandler.rootFields in net.ontopia.utils.ontojsp with type parameters of type JSPTreeNodeIFMethods in net.ontopia.utils.ontojsp that return JSPTreeNodeIFModifier and TypeMethodDescriptionJSPContentTreeNode.getParent()JSPTreeNode.getParent()JSPTreeNodeIF.getParent()Gets the parent node of this JSPTreeNode.JSPContentHandler.getRootNode()Returns the root node of the just read-in and built JSPTree.JSPContentTreeNode.makeClone()JSPTreeNode.makeClone()JSPTreeNodeIF.makeClone()Returns a node of the same class with the same internal state, but with a different tag object internally.JSPPageReader.read()Reads a jsp file and creates a tree of JSPTreeNodeIF objects.JSPPageReader.read(boolean useTagPooling) Methods in net.ontopia.utils.ontojsp that return types with arguments of type JSPTreeNodeIFModifier and TypeMethodDescriptionJSPContentTreeNode.getChildren()JSPTreeNode.getChildren()JSPTreeNodeIF.getChildren()Gets the children (ordered) of this JSPTreeNode.Methods in net.ontopia.utils.ontojsp with parameters of type JSPTreeNodeIFModifier and TypeMethodDescriptionvoidJSPContentTreeNode.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. function), represented by the specified root node.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 JSPTreeNodeIFModifierConstructorDescriptionJSPContentTreeNode(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)