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 NavigatorConfigurationIFNavigatorApplicationIF. getConfiguration()INTERNAL: GetNavigatorConfigurationIFobject which allows access to all application relevant configuration information.NavigatorConfigurationIFNavigatorPageIF. 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 classBrokenNavigatorConfigurationINTERNAL: Created when there are XML parse errors in the configuration file so that we can report these errors in a proper way.classNavigatorConfigurationINTERNAL: 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 NavigatorConfigurationIFNavigatorApplication. 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 NavigatorConfigurationIFContextTag. 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 NavigatorConfigurationIFNavigatorConfigFactory. getConfiguration(File specfile)static NavigatorConfigurationIFNavigatorConfigFactory. getConfiguration(InputStream stream)NavigatorConfigurationIFNavigatorConfigurationContentHandler. getNavigatorConfiguration()
-