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.topicmaps.nav2.taglibs.TMvalue |
Value-producing tags, which extract information from the topic
map and insert it into the execution context.
|
net.ontopia.topicmaps.nav2.taglibs.tolog | |
net.ontopia.topicmaps.nav2.taglibs.value |
General (Topic Map independent) value-producing tags, which
provide mainly set manipulation operations on collections.
|
Modifier and Type | Method and Description |
---|---|
ContextManagerIF |
NavigatorPageIF.getContextManager()
INTERNAL: Get the Context Manager.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextManager
INTERNAL: Default Implementation of ContextManagerIF.
|
Modifier and Type | Method and Description |
---|---|
ContextManagerIF |
ContextTag.getContextManager() |
Modifier and Type | Method and Description |
---|---|
void |
ContextTag.setContextManager(ContextManagerIF ctxtmgr)
Special setter used only for unit testing purposes.
|
Modifier and Type | Method and Description |
---|---|
protected Collection |
AssociatedTag.getValue(ContextManagerIF ctxtMgr,
String var) |
Modifier and Type | Field and Description |
---|---|
protected ContextManagerIF |
QueryExecutingTag.contextManager |
Modifier and Type | Method and Description |
---|---|
ContextManagerIF |
QueryWrapper.getContextManager() |
Constructor and Description |
---|
ContextManagerMapWrapper(ContextManagerIF contextManager) |
ContextManagerScopingMapWrapper(ContextManagerIF contextManager) |
Modifier and Type | Method and Description |
---|---|
protected Collection |
BaseValueProducingAndAcceptingTag.getInputCollection(ContextManagerIF ctxtMgr)
INTERNAL: Return
inputCollection if it was already
set, then call implementation from superclass. |
protected Collection |
BaseValueProducingTag.getInputCollection(ContextManagerIF ctxtMgr)
INTERNAL: return collection to work with, throw
NavigatorRuntimeException if collection is null. |