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.utils |
Provides utility classes for the Navigator Tag Libraries and
Framework.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NavigatorDeciderIF.ok(NavigatorPageIF contextTag,
T obj)
INTERNAL: if implemented criteria are matched: deliver true,
otherwise false.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultIfDecider.ok(NavigatorPageIF contextTag,
Object obj) |
boolean |
DeciderIFWrapper.ok(NavigatorPageIF contextTag,
T obj) |
boolean |
TypeDecider.ok(NavigatorPageIF contextTag,
TopicIF typingTopic)
Deprecated.
|
Constructor and Description |
---|
TypeDecider(NavigatorPageIF contextTag,
String type)
Deprecated.
INTERNAL: Constructor which tries to retrieve the PSI for the
related topic types from the navigator configuration
|
Modifier and Type | Class and Description |
---|---|
class |
ContextTag
INTERNAL: Logic Tag for establishing the outermost lexical scope in
which all computation happens and the embedded tags are executed.
|
Modifier and Type | Field and Description |
---|---|
protected NavigatorPageIF |
DynamicTreeWidget.context |
protected NavigatorPageIF |
TreeWidget.context |
Modifier and Type | Method and Description |
---|---|
static String |
Stringificator.toString(NavigatorPageIF context,
Object elem) |
static String |
Stringificator.toString(NavigatorPageIF context,
Object elem,
String nameGrabberCN,
String nameStringifierCN,
String basenameScopeVarName,
String variantScopeVarName) |