Uses of Class
net.ontopia.topicmaps.nav2.core.NavigatorRuntimeException
-
Packages that use NavigatorRuntimeException Package Description net.ontopia.topicmaps.nav.taglibs.template Provides templating tags which enable the separation of presentation and content, or to use the terminology of the Navigator, the Model from the View.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.framework Navigator Framework specific tags.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.taglibs.output Output-producing tags, which extract information from the provided collection (mostly topic map related information), and write it to the document output.net.ontopia.topicmaps.nav2.taglibs.TMvalue Value-producing tags, which extract information from the topic map and insert it into the execution context.net.ontopia.topicmaps.nav2.taglibs.tolog net.ontopia.topicmaps.nav2.taglibs.value General (Topic Map independent) value-producing tags, which provide mainly set manipulation operations on collections.net.ontopia.topicmaps.nav2.utils Provides utility classes for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.utils.tmrap net.ontopia.utils.ontojsp -
-
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav.taglibs.template
Methods in net.ontopia.topicmaps.nav.taglibs.template that throw NavigatorRuntimeException Modifier and Type Method Description protected PageParameterAbstractTemplateTag. getParameter() -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that throw NavigatorRuntimeException Modifier and Type Method Description StringLinkGeneratorIF. generate(ContextTag contextTag, TMObjectIF tmObj, String topicmapId, String template)INTERNAL: create a String which contains link information for a Topic Map Object.StringLinkGeneratorIF. generate(ContextTag contextTag, TopicMapReferenceIF tmRefObj, String template)INTERNAL: create a String which contains link information to a Topicmap retrieved with the help of an TopicMapReferenceIF object.ObjectNavigatorApplicationIF. getInstanceOf(String classname)INTERNAL: Get an object instance of specified class name centralized managed by this instance (application).ModuleIFNavigatorApplicationIF. getModule(URL location)INTERNAL: ReturnModuleIFobject for specified resource location (given as URL) of module.TopicMapIFNavigatorApplicationIF. getTopicMapById(String topicmapId)INTERNAL: GetTopicMapIFobject for specified TopicMap String Identifier which is in accordance to the identifiers used by the TopicMapRepositoryIF.TopicMapIFNavigatorApplicationIF. getTopicMapById(String topicmapId, boolean readonly)INTERNAL: GetTopicMapIFobject for specified TopicMap String Identifier which is in accordance to the identifiers used by the TopicMapRepositoryIF.voidModuleIF. readIn()Reads in functions contained in module from resource. -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.impl.basic
Methods in net.ontopia.topicmaps.nav2.impl.basic that throw NavigatorRuntimeException Modifier and Type Method Description ObjectNavigatorApplication. getInstanceOf(String classname)ModuleIFNavigatorApplication. getModule(URL location)Gets module from internal cache, if it is not in or should be refreshed the module resource is loaded in again.TopicMapIFNavigatorApplication. getTopicMapById(String topicmapId)TopicMapIFNavigatorApplication. getTopicMapById(String topicmapId, boolean readonly)voidModule. readIn() -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.impl.framework
Methods in net.ontopia.topicmaps.nav2.impl.framework that throw NavigatorRuntimeException Modifier and Type Method Description StringModelLinkGenerator. generate(ContextTag contextTag, TMObjectIF tmObj, String topicmapId, String template)StringModelLinkGenerator. generate(ContextTag contextTag, TopicMapReferenceIF tmRefObj, String template) -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.taglibs.framework
Methods in net.ontopia.topicmaps.nav2.taglibs.framework that throw NavigatorRuntimeException Modifier and Type Method Description voidGetContextTag. setContext(String var) -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.taglibs.logic
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that throw NavigatorRuntimeException Modifier and Type Method Description protected ComparatorSetTag. getComparatorInstance(String classname)protected NavigatorDeciderIFIfTag. getDeciderInstance(String classname)voidSetTag. setComparator(String classname)voidIfTag. setDecider(String classname)voidForEachTag. setOrder(String order) -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.taglibs.output
Methods in net.ontopia.topicmaps.nav2.taglibs.output that throw NavigatorRuntimeException Modifier and Type Method Description voidLinkTag. setGenerator(String classname) -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.taglibs.TMvalue
Methods in net.ontopia.topicmaps.nav2.taglibs.TMvalue that throw NavigatorRuntimeException Modifier and Type Method Description NavigatorDeciderIFFilterTag. getDeciderInstance(String classname)protected CollectionAssociatedTag. getValue(ContextManagerIF ctxtMgr, String var)voidInstancesTag. setAs(String as)voidLookupTag. setAs(String as)voidNameTag. setGrabber(String classname)voidOccurrencesTag. setType(String typeString)Sets type of wanted occurrences: The following values are allowed:internal,external,all(default). -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.taglibs.tolog
Methods in net.ontopia.topicmaps.nav2.taglibs.tolog that throw NavigatorRuntimeException Modifier and Type Method Description ParsedQueryIFQueryWrapper. parseQuery()StringOutTag. taoToString(Object tao, javax.servlet.ServletRequest request, String scope)Converts a topic map object to a suitable String representation.Constructors in net.ontopia.topicmaps.nav2.taglibs.tolog that throw NavigatorRuntimeException Constructor Description QueryWrapper(javax.servlet.jsp.PageContext pageContext, String inQuery)Default constructor. -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.taglibs.value
Methods in net.ontopia.topicmaps.nav2.taglibs.value that throw NavigatorRuntimeException Modifier and Type Method Description protected CollectionBaseValueProducingAndAcceptingTag. getInputCollection(ContextManagerIF ctxtMgr)INTERNAL: ReturninputCollectionif it was already set, then call implementation from superclass.protected CollectionBaseValueProducingTag. getInputCollection(ContextManagerIF ctxtMgr)INTERNAL: return collection to work with, throwNavigatorRuntimeExceptionif collection is null. -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.utils
Methods in net.ontopia.topicmaps.nav2.utils that throw NavigatorRuntimeException Modifier and Type Method Description voidDynamicTreeWidget. run(javax.servlet.http.HttpServletRequest request, Writer writer)PUBLIC: Runs the widget, producing the output.voidDynamicTreeWidget. run(javax.servlet.jsp.PageContext ctxt, Writer writer)PUBLIC: Runs the widget, producing the output.voidTreeWidget. run(javax.servlet.http.HttpServletRequest request, Writer writer)PUBLIC: Runs the widget, producing the output.voidTreeWidget. run(javax.servlet.jsp.PageContext ctxt, Writer writer)PUBLIC: Runs the widget, producing the output.static StringStringificator. toString(NavigatorPageIF context, Object elem)static StringStringificator. toString(NavigatorPageIF context, Object elem, String nameGrabberCN, String nameStringifierCN, String basenameScopeVarName, String variantScopeVarName) -
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.utils.tmrap
Methods in net.ontopia.topicmaps.utils.tmrap that throw NavigatorRuntimeException Modifier and Type Method Description static 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 NavigatorRuntimeException Modifier and Type Method Description javax.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)
-