Uses of Interface
net.ontopia.topicmaps.nav2.core.NavigatorApplicationIF
Packages that use NavigatorApplicationIF
Package
Description
Provides interfaces for the Navigator Tag Libraries
and Framework.
The basic implementation of the Navigator core interfaces.
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
Provides utility classes for the Navigator Tag Libraries and
Framework.
-
Uses of NavigatorApplicationIF in net.ontopia.topicmaps.utils.tmrap
Methods in net.ontopia.topicmaps.utils.tmrap with parameters of type NavigatorApplicationIFModifier and TypeMethodDescriptionstatic 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)