Uses of Interface
net.ontopia.topicmaps.nav2.core.NavigatorConfigurationIF
-
Packages that use NavigatorConfigurationIF 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. -
-
Uses of NavigatorConfigurationIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return NavigatorConfigurationIF Modifier and Type Method Description NavigatorConfigurationIF
NavigatorApplicationIF. getConfiguration()
INTERNAL: GetNavigatorConfigurationIF
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 Modifier and Type Class 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.Methods in net.ontopia.topicmaps.nav2.impl.basic that return NavigatorConfigurationIF Modifier and Type Method Description 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 Constructor Description User(String userId, NavigatorConfigurationIF navConf)
User(NavigatorConfigurationIF navConf)
-
Uses of NavigatorConfigurationIF in net.ontopia.topicmaps.nav2.taglibs.logic
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return NavigatorConfigurationIF Modifier and Type Method Description NavigatorConfigurationIF
ContextTag. getNavigatorConfiguration()
-
Uses of NavigatorConfigurationIF in net.ontopia.topicmaps.nav2.utils
Methods in net.ontopia.topicmaps.nav2.utils that return NavigatorConfigurationIF Modifier and Type Method Description static NavigatorConfigurationIF
NavigatorConfigFactory. getConfiguration(File specfile)
static NavigatorConfigurationIF
NavigatorConfigFactory. getConfiguration(InputStream stream)
NavigatorConfigurationIF
NavigatorConfigurationContentHandler. getNavigatorConfiguration()
-