|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavigatorConfigurationIF | |
|---|---|
| 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. |
| Uses of NavigatorConfigurationIF in net.ontopia.topicmaps.nav2.core |
|---|
| Methods in net.ontopia.topicmaps.nav2.core that return NavigatorConfigurationIF | |
|---|---|
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. |
| Uses of NavigatorConfigurationIF in net.ontopia.topicmaps.nav2.impl.basic |
|---|
| Classes in net.ontopia.topicmaps.nav2.impl.basic that implement NavigatorConfigurationIF | |
|---|---|
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. |
| Methods in net.ontopia.topicmaps.nav2.impl.basic that return NavigatorConfigurationIF | |
|---|---|
NavigatorConfigurationIF |
NavigatorApplication.getConfiguration()
|
| Uses of NavigatorConfigurationIF in net.ontopia.topicmaps.nav2.impl.framework |
|---|
| Constructors in net.ontopia.topicmaps.nav2.impl.framework with parameters of type NavigatorConfigurationIF | |
|---|---|
User(NavigatorConfigurationIF navConf)
|
|
User(String userId,
NavigatorConfigurationIF navConf)
|
|
| Uses of NavigatorConfigurationIF in net.ontopia.topicmaps.nav2.taglibs.logic |
|---|
| Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return NavigatorConfigurationIF | |
|---|---|
NavigatorConfigurationIF |
ContextTag.getNavigatorConfiguration()
|
| Uses of NavigatorConfigurationIF in net.ontopia.topicmaps.nav2.utils |
|---|
| Methods in net.ontopia.topicmaps.nav2.utils that return NavigatorConfigurationIF | |
|---|---|
static NavigatorConfigurationIF |
NavigatorConfigFactory.getConfiguration(File specfile)
|
static NavigatorConfigurationIF |
NavigatorConfigFactory.getConfiguration(InputStream stream)
|
NavigatorConfigurationIF |
NavigatorConfigurationContentHandler.getNavigatorConfiguration()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||