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.impl.framework |
The implementation of the Navigator Framework related 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 |
---|---|
NavigatorConfigurationIF |
NavigatorApplicationIF.getConfiguration()
INTERNAL: Get
NavigatorConfigurationIF object which allows
access to all application relevant configuration information. |
NavigatorConfigurationIF |
NavigatorPageIF.getNavigatorConfiguration()
INTERNAL: Get the navigator configuration for getting access
to the application.xml settings.
|
Modifier and Type | Class and Description |
---|---|
class |
BrokenNavigatorConfiguration
INTERNAL: Created when there are XML parse errors in the
configuration file so that we can report these errors in a proper
way.
|
class |
NavigatorConfiguration
INTERNAL: A configuration holder class for storing
and providing information about the application
configuration.
|
Modifier and Type | Method and Description |
---|---|
NavigatorConfigurationIF |
NavigatorApplication.getConfiguration() |
Constructor and Description |
---|
User(NavigatorConfigurationIF navConf) |
User(String userId,
NavigatorConfigurationIF navConf) |
Modifier and Type | Method and Description |
---|---|
NavigatorConfigurationIF |
ContextTag.getNavigatorConfiguration() |
Modifier and Type | Method and Description |
---|---|
static NavigatorConfigurationIF |
NavigatorConfigFactory.getConfiguration(File specfile) |
static NavigatorConfigurationIF |
NavigatorConfigFactory.getConfiguration(InputStream stream) |
NavigatorConfigurationIF |
NavigatorConfigurationContentHandler.getNavigatorConfiguration() |