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 PageParameter
AbstractTemplateTag. 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 String
LinkGeneratorIF. generate(ContextTag contextTag, TMObjectIF tmObj, String topicmapId, String template)
INTERNAL: create a String which contains link information for a Topic Map Object.String
LinkGeneratorIF. 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.Object
NavigatorApplicationIF. getInstanceOf(String classname)
INTERNAL: Get an object instance of specified class name centralized managed by this instance (application).ModuleIF
NavigatorApplicationIF. getModule(URL location)
INTERNAL: ReturnModuleIF
object for specified resource location (given as URL) of module.TopicMapIF
NavigatorApplicationIF. getTopicMapById(String topicmapId)
INTERNAL: GetTopicMapIF
object for specified TopicMap String Identifier which is in accordance to the identifiers used by the TopicMapRepositoryIF.TopicMapIF
NavigatorApplicationIF. getTopicMapById(String topicmapId, boolean readonly)
INTERNAL: GetTopicMapIF
object for specified TopicMap String Identifier which is in accordance to the identifiers used by the TopicMapRepositoryIF.void
ModuleIF. 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 Object
NavigatorApplication. getInstanceOf(String classname)
ModuleIF
NavigatorApplication. getModule(URL location)
Gets module from internal cache, if it is not in or should be refreshed the module resource is loaded in again.TopicMapIF
NavigatorApplication. getTopicMapById(String topicmapId)
TopicMapIF
NavigatorApplication. getTopicMapById(String topicmapId, boolean readonly)
void
Module. 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 String
ModelLinkGenerator. generate(ContextTag contextTag, TMObjectIF tmObj, String topicmapId, String template)
String
ModelLinkGenerator. 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 void
GetContextTag. 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 Comparator
SetTag. getComparatorInstance(String classname)
protected NavigatorDeciderIF
IfTag. getDeciderInstance(String classname)
void
SetTag. setComparator(String classname)
void
IfTag. setDecider(String classname)
void
ForEachTag. 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 void
LinkTag. 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 NavigatorDeciderIF
FilterTag. getDeciderInstance(String classname)
protected Collection
AssociatedTag. getValue(ContextManagerIF ctxtMgr, String var)
void
InstancesTag. setAs(String as)
void
LookupTag. setAs(String as)
void
NameTag. setGrabber(String classname)
void
OccurrencesTag. 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 ParsedQueryIF
QueryWrapper. parseQuery()
String
OutTag. 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 Collection
BaseValueProducingAndAcceptingTag. getInputCollection(ContextManagerIF ctxtMgr)
INTERNAL: ReturninputCollection
if it was already set, then call implementation from superclass.protected Collection
BaseValueProducingTag. getInputCollection(ContextManagerIF ctxtMgr)
INTERNAL: return collection to work with, throwNavigatorRuntimeException
if 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 void
DynamicTreeWidget. run(javax.servlet.http.HttpServletRequest request, Writer writer)
PUBLIC: Runs the widget, producing the output.void
DynamicTreeWidget. run(javax.servlet.jsp.PageContext ctxt, Writer writer)
PUBLIC: Runs the widget, producing the output.void
TreeWidget. run(javax.servlet.http.HttpServletRequest request, Writer writer)
PUBLIC: Runs the widget, producing the output.void
TreeWidget. run(javax.servlet.jsp.PageContext ctxt, Writer writer)
PUBLIC: Runs the widget, producing the output.static String
Stringificator. toString(NavigatorPageIF context, Object elem)
static String
Stringificator. 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 void
TMRAPImplementation. addFragment(NavigatorApplicationIF navapp, String fragment, String syntax, String tmid)
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)
-
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.TagSupport
JSPTagFactoryIF. 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.TagSupport
TaglibTagFactory. getTagInstance(String tagname, Map<String,String> attrVals, javax.servlet.jsp.tagext.TagSupport parentTag)
-