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.topicmaps.nav2.taglibs.logic |
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
|
net.ontopia.utils.ontojsp |
Modifier and Type | Method and Description |
---|---|
JSPTreeNodeIF |
FunctionIF.getRootNode()
Deprecated.
This method is not used, and need not be implemented.
|
Modifier and Type | Method and Description |
---|---|
JSPTreeNodeIF |
Function.getRootNode() |
JSPTreeNodeIF |
AbstractFunction.getRootNode() |
Constructor and Description |
---|
Function(ModuleIF parentModule,
String name,
JSPTreeNodeIF rootNode,
Collection params) |
Function(ModuleIF parentModule,
String name,
JSPTreeNodeIF rootNode,
Collection params,
String returnVariableName) |
Function(String name,
JSPTreeNodeIF rootNode,
Collection params)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected JSPTreeNodeIF |
FunctionTag.readinFunction(String filename)
Deprecated.
INTERNAL: read in external JSP file that will be used as a
function.
|
Modifier and Type | Class and Description |
---|---|
class |
JSPContentTreeNode
INTERNAL: The Ontopia JSPTreeNode class.
|
class |
JSPTreeNode
INTERNAL: Tree node representing a JSP tag.
|
Modifier and Type | Field and Description |
---|---|
protected JSPTreeNodeIF |
JSPContentHandler.current |
protected JSPTreeNodeIF |
JSPTreeNode.parent |
protected JSPTreeNodeIF |
JSPContentTreeNode.parent |
protected JSPTreeNodeIF |
JSPContentHandler.root |
Modifier and Type | Field and Description |
---|---|
protected List<JSPTreeNodeIF> |
JSPTreeNode.children |
Modifier and Type | Method and Description |
---|---|
JSPTreeNodeIF |
JSPTreeNode.getParent() |
JSPTreeNodeIF |
JSPContentTreeNode.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 |
JSPTreeNode.makeClone() |
JSPTreeNodeIF |
JSPContentTreeNode.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) |
Modifier and Type | Method and Description |
---|---|
List<JSPTreeNodeIF> |
JSPTreeNode.getChildren() |
List<JSPTreeNodeIF> |
JSPContentTreeNode.getChildren() |
List<JSPTreeNodeIF> |
JSPTreeNodeIF.getChildren()
Gets the children (ordered) of this JSPTreeNode.
|
Modifier and Type | Method and Description |
---|---|
void |
JSPTreeNode.addChild(JSPTreeNodeIF node) |
void |
JSPContentTreeNode.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 |
JSPTreeNode.setParent(JSPTreeNodeIF parent) |
void |
JSPContentTreeNode.setParent(JSPTreeNodeIF parent) |
void |
JSPTreeNodeIF.setParent(JSPTreeNodeIF parentNode)
Sets the parent node of this JSPTreeNode.
|
Constructor and 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) |