Uses of Interface
net.ontopia.topicmaps.nav2.core.NavigatorApplicationIF
-
Packages that use NavigatorApplicationIF 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.net.ontopia.topicmaps.utils.tmrap -
-
Uses of NavigatorApplicationIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return NavigatorApplicationIF Modifier and Type Method Description NavigatorApplicationIF
NavigatorPageIF. getNavigatorApplication()
INTERNAL: Get the navigator application which allows accessing all kind of configuration. -
Uses of NavigatorApplicationIF in net.ontopia.topicmaps.nav2.impl.basic
Classes in net.ontopia.topicmaps.nav2.impl.basic that implement NavigatorApplicationIF Modifier and Type Class Description class
NavigatorApplication
INTERNAL: Basic Implementation of interface NavigatorApplicationIF to store all handles to application-wide configuration holders needed by the navigator framework. -
Uses of NavigatorApplicationIF in net.ontopia.topicmaps.nav2.taglibs.logic
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return NavigatorApplicationIF Modifier and Type Method Description NavigatorApplicationIF
ContextTag. getNavigatorApplication()
-
Uses of NavigatorApplicationIF in net.ontopia.topicmaps.nav2.utils
Methods in net.ontopia.topicmaps.nav2.utils that return NavigatorApplicationIF Modifier and Type Method Description static NavigatorApplicationIF
NavigatorUtils. getNavigatorApplication(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Gets the navigator application instance belonging to the web application.static NavigatorApplicationIF
NavigatorUtils. getNavigatorApplication(javax.servlet.ServletContext servletContext)
INTERNAL: Gets the navigator application instance belonging to the web application. -
Uses of NavigatorApplicationIF in net.ontopia.topicmaps.utils.tmrap
Methods in net.ontopia.topicmaps.utils.tmrap with parameters of type NavigatorApplicationIF Modifier and Type Method Description static void
TMRAPImplementation. addFragment(NavigatorApplicationIF navapp, String fragment, String syntax, String tmid)
static String
TMRAPImplementation. deleteTopic(NavigatorApplicationIF navapp, Collection<LocatorIF> items, Collection<LocatorIF> subjects, Collection<LocatorIF> identifiers, String[] tmids)
static void
TMRAPImplementation. getTolog(NavigatorApplicationIF navapp, String tolog, String tmid, String syntax, String view, ContentHandler handler)
static void
TMRAPImplementation. getTopic(NavigatorApplicationIF navapp, Collection<LocatorIF> items, Collection<LocatorIF> subjects, Collection<LocatorIF> indicators, String[] tmids, String syntax, String view, ContentHandler handler)
static TopicMapIF
TMRAPImplementation. getTopicPage(NavigatorApplicationIF navapp, TMRAPConfiguration config, Collection<LocatorIF> items, Collection<LocatorIF> subjects, Collection<LocatorIF> indicators, String[] tmids)
static int
TMRAPImplementation. tologUpdate(NavigatorApplicationIF navapp, String tmid, String statement)
static void
TMRAPImplementation. updateTopic(NavigatorApplicationIF navapp, String fragment, String syntax, String tmid, Collection<LocatorIF> indicators, Collection<LocatorIF> items, Collection<LocatorIF> subjects)
-