|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSPTreeNodeIF | |
---|---|
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.topicmaps.nav2.taglibs.logic | Logic tags, which define the execution context, modify the context, and control the flow of execution. |
net.ontopia.utils.ontojsp |
Uses of JSPTreeNodeIF in net.ontopia.topicmaps.nav2.core |
---|
Methods in net.ontopia.topicmaps.nav2.core that return JSPTreeNodeIF | |
---|---|
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 | |
---|---|
JSPTreeNodeIF |
Function.getRootNode()
|
JSPTreeNodeIF |
AbstractFunction.getRootNode()
|
Constructors in net.ontopia.topicmaps.nav2.impl.basic with parameters of type JSPTreeNodeIF | |
---|---|
Function(ModuleIF parentModule,
java.lang.String name,
JSPTreeNodeIF rootNode,
java.util.Collection params)
|
|
Function(ModuleIF parentModule,
java.lang.String name,
JSPTreeNodeIF rootNode,
java.util.Collection params,
java.lang.String returnVariableName)
|
|
Function(java.lang.String name,
JSPTreeNodeIF rootNode,
java.util.Collection params)
Default constructor. |
Uses of JSPTreeNodeIF in net.ontopia.topicmaps.nav2.taglibs.logic |
---|
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return JSPTreeNodeIF | |
---|---|
protected JSPTreeNodeIF |
FunctionTag.readinFunction(java.lang.String filename)
Deprecated. INTERNAL: read in external JSP file that will be used as a function. |
Uses of JSPTreeNodeIF in net.ontopia.utils.ontojsp |
---|
Classes in net.ontopia.utils.ontojsp that implement JSPTreeNodeIF | |
---|---|
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 | |
---|---|
protected JSPTreeNodeIF |
JSPContentHandler.current
|
protected JSPTreeNodeIF |
JSPTreeNode.parent
|
protected JSPTreeNodeIF |
JSPContentTreeNode.parent
|
protected JSPTreeNodeIF |
JSPContentHandler.root
|
Methods in net.ontopia.utils.ontojsp that return JSPTreeNodeIF | |
---|---|
JSPTreeNodeIF |
JSPTreeNodeIF.getParent()
Gets the parent node of this JSPTreeNode. |
JSPTreeNodeIF |
JSPTreeNode.getParent()
|
JSPTreeNodeIF |
JSPContentTreeNode.getParent()
|
JSPTreeNodeIF |
JSPContentHandler.getRootNode()
Returns the root node of the just read-in and built JSPTree. |
JSPTreeNodeIF |
JSPTreeNodeIF.makeClone()
Returns a node of the same class with the same internal state, but with a different tag object internally. |
JSPTreeNodeIF |
JSPTreeNode.makeClone()
|
JSPTreeNodeIF |
JSPContentTreeNode.makeClone()
|
JSPTreeNodeIF |
JSPPageReader.read()
Reads a jsp file and creates a tree of JSPTreeNodeIF objects. |
Methods in net.ontopia.utils.ontojsp with parameters of type JSPTreeNodeIF | |
---|---|
void |
JSPTreeNodeIF.addChild(JSPTreeNodeIF node)
Adds a child node to this JSPTreeNode. |
void |
JSPTreeNode.addChild(JSPTreeNodeIF node)
|
void |
JSPContentTreeNode.addChild(JSPTreeNodeIF node)
|
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 |
JSPTreeNodeIF.setParent(JSPTreeNodeIF parentNode)
Sets the parent node of this JSPTreeNode. |
void |
JSPTreeNode.setParent(JSPTreeNodeIF parent)
|
void |
JSPContentTreeNode.setParent(JSPTreeNodeIF parent)
|
Constructors in net.ontopia.utils.ontojsp with parameters of type JSPTreeNodeIF | |
---|---|
JSPContentTreeNode(JSPTreeNodeIF parent,
java.lang.String content)
Constructor that accepts the parent of this JSPTreeNode as an argument. |
|
JSPTreeNode(java.lang.String name,
JSPTreeNodeIF parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |