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 NavigatorApplicationIFNavigatorPageIF. 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 classNavigatorApplicationINTERNAL: 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 NavigatorApplicationIFContextTag. 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 NavigatorApplicationIFNavigatorUtils. getNavigatorApplication(javax.servlet.jsp.PageContext pageContext)INTERNAL: Gets the navigator application instance belonging to the web application.static NavigatorApplicationIFNavigatorUtils. 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 voidTMRAPImplementation. addFragment(NavigatorApplicationIF navapp, String fragment, String syntax, String tmid)static StringTMRAPImplementation. deleteTopic(NavigatorApplicationIF navapp, Collection<LocatorIF> items, Collection<LocatorIF> subjects, Collection<LocatorIF> identifiers, String[] tmids)static voidTMRAPImplementation. getTolog(NavigatorApplicationIF navapp, String tolog, String tmid, String syntax, String view, ContentHandler handler)static voidTMRAPImplementation. getTopic(NavigatorApplicationIF navapp, Collection<LocatorIF> items, Collection<LocatorIF> subjects, Collection<LocatorIF> indicators, String[] tmids, String syntax, String view, ContentHandler handler)static TopicMapIFTMRAPImplementation. getTopicPage(NavigatorApplicationIF navapp, TMRAPConfiguration config, Collection<LocatorIF> items, Collection<LocatorIF> subjects, Collection<LocatorIF> indicators, String[] tmids)static intTMRAPImplementation. tologUpdate(NavigatorApplicationIF navapp, String tmid, String statement)static voidTMRAPImplementation. updateTopic(NavigatorApplicationIF navapp, String fragment, String syntax, String tmid, Collection<LocatorIF> indicators, Collection<LocatorIF> items, Collection<LocatorIF> subjects)
-