Uses of Class
net.ontopia.topicmaps.nav2.core.NavigatorRuntimeException
Packages that use NavigatorRuntimeException
Package
Description
Provides templating tags which enable the separation of presentation and content, or to use the terminology of the Navigator, the Model from the View.
Provides interfaces for the Navigator Tag Libraries
and Framework.
The basic implementation of the Navigator core interfaces.
The implementation of the Navigator Framework related interfaces.
Navigator Framework specific tags.
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
Output-producing tags, which extract information from the provided
collection (mostly topic map related information), and write it to
the document output.
Value-producing tags, which extract information from the topic
map and insert it into the execution context.
General (Topic Map independent) value-producing tags, which
provide mainly set manipulation operations on collections.
Provides utility classes for the Navigator Tag Libraries and
Framework.
-
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.utils.tmrap
Methods in net.ontopia.topicmaps.utils.tmrap that throw NavigatorRuntimeExceptionModifier and TypeMethodDescriptionstatic voidTMRAPImplementation.addFragment(NavigatorApplicationIF navapp, String fragment, String syntax, String tmid) 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) -
Uses of NavigatorRuntimeException in net.ontopia.utils.ontojsp
Methods in net.ontopia.utils.ontojsp that throw NavigatorRuntimeExceptionModifier and TypeMethodDescriptionjavax.servlet.jsp.tagext.TagSupportJSPTagFactoryIF.getTagInstance(String tagname, Map<String, String> attrVals, javax.servlet.jsp.tagext.TagSupport parentTag) Creates the correct tag for this JSPTreeNode, depending on the tagname.javax.servlet.jsp.tagext.TagSupportTaglibTagFactory.getTagInstance(String tagname, Map<String, String> attrVals, javax.servlet.jsp.tagext.TagSupport parentTag)