|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NavigatorRuntimeException | |
---|---|
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.servlets | This package contains the servlet classes used by Ontopia's navigator framework. |
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.topicmaps.webed.impl.utils | |
net.ontopia.topicmaps.webed.utils | Utility classes for the Web Editor Framework; useful for writing Web Editor applications. |
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 | |
---|---|
protected PageParameter |
AbstractTemplateTag.getParameter()
|
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.core |
---|
Methods in net.ontopia.topicmaps.nav2.core that throw NavigatorRuntimeException | |
---|---|
java.lang.String |
LinkGeneratorIF.generate(ContextTag contextTag,
TMObjectIF tmObj,
java.lang.String topicmapId,
java.lang.String template)
INTERNAL: create a String which contains link information for a Topic Map Object. |
java.lang.String |
LinkGeneratorIF.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
java.lang.String template)
INTERNAL: create a String which contains link information to a Topicmap retrieved with the help of an TopicMapReferenceIF object. |
java.lang.Object |
NavigatorApplicationIF.getInstanceOf(java.lang.String classname)
INTERNAL: Get an object instance of specified class name centralized managed by this instance (application). |
ModuleIF |
NavigatorApplicationIF.getModule(java.net.URL location)
INTERNAL: Return ModuleIF object for specified
resource location (given as URL) of module. |
TopicMapIF |
NavigatorApplicationIF.getTopicMapById(java.lang.String topicmapId)
INTERNAL: Get TopicMapIF object for specified TopicMap
String Identifier which is in accordance to the identifiers used
by the TopicMapRepositoryIF. |
TopicMapIF |
NavigatorApplicationIF.getTopicMapById(java.lang.String topicmapId,
boolean readonly)
INTERNAL: Get TopicMapIF 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 | |
---|---|
java.lang.Object |
NavigatorApplication.getInstanceOf(java.lang.String classname)
|
ModuleIF |
NavigatorApplication.getModule(java.net.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(java.lang.String topicmapId)
|
TopicMapIF |
NavigatorApplication.getTopicMapById(java.lang.String topicmapId,
boolean readonly)
|
TopicMapIF |
NavigatorApplication.getTopicMapById(java.lang.String topicmapId,
boolean readonly,
java.lang.String repositoryId)
|
void |
Module.readIn()
|
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.impl.framework |
---|
Methods in net.ontopia.topicmaps.nav2.impl.framework that throw NavigatorRuntimeException | |
---|---|
java.lang.String |
ModelLinkGenerator.generate(ContextTag contextTag,
TMObjectIF tmObj,
java.lang.String topicmapId,
java.lang.String template)
|
java.lang.String |
ModelLinkGenerator.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
java.lang.String template)
|
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.servlets |
---|
Methods in net.ontopia.topicmaps.nav2.servlets that throw NavigatorRuntimeException | |
---|---|
void |
TreeWidget.run(javax.servlet.jsp.PageContext ctxt,
java.io.Writer writer)
Deprecated. EXPERIMENTAL: Runs the widget, producing the output. |
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.taglibs.framework |
---|
Methods in net.ontopia.topicmaps.nav2.taglibs.framework that throw NavigatorRuntimeException | |
---|---|
void |
GetContextTag.setContext(java.lang.String var)
|
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.taglibs.logic |
---|
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that throw NavigatorRuntimeException | |
---|---|
protected java.util.Comparator |
SetTag.getComparatorInstance(java.lang.String classname)
|
protected NavigatorDeciderIF |
IfTag.getDeciderInstance(java.lang.String classname)
|
void |
SetTag.setComparator(java.lang.String classname)
|
void |
IfTag.setDecider(java.lang.String classname)
|
void |
ForEachTag.setOrder(java.lang.String order)
|
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.taglibs.output |
---|
Methods in net.ontopia.topicmaps.nav2.taglibs.output that throw NavigatorRuntimeException | |
---|---|
void |
LinkTag.setGenerator(java.lang.String classname)
|
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.taglibs.TMvalue |
---|
Methods in net.ontopia.topicmaps.nav2.taglibs.TMvalue that throw NavigatorRuntimeException | |
---|---|
NavigatorDeciderIF |
FilterTag.getDeciderInstance(java.lang.String classname)
|
protected java.util.Collection |
AssociatedTag.getValue(ContextManagerIF ctxtMgr,
java.lang.String var)
|
void |
LookupTag.setAs(java.lang.String as)
|
void |
InstancesTag.setAs(java.lang.String as)
|
void |
NameTag.setGrabber(java.lang.String classname)
|
void |
OccurrencesTag.setType(java.lang.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 | |
---|---|
ParsedQueryIF |
QueryWrapper.parseQuery()
|
java.lang.String |
OutTag.taoToString(java.lang.Object tao,
javax.servlet.ServletRequest request,
java.lang.String scope)
Converts a topic map object to a suitable String representation. |
Constructors in net.ontopia.topicmaps.nav2.taglibs.tolog that throw NavigatorRuntimeException | |
---|---|
QueryWrapper(javax.servlet.jsp.PageContext pageContext,
java.lang.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 | |
---|---|
protected java.util.Collection |
BaseValueProducingTag.getInputCollection(ContextManagerIF ctxtMgr)
INTERNAL: return collection to work with, throw NavigatorRuntimeException if collection is null. |
protected java.util.Collection |
BaseValueProducingAndAcceptingTag.getInputCollection(ContextManagerIF ctxtMgr)
INTERNAL: Return inputCollection if it was already
set, then call implementation from superclass. |
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.nav2.utils |
---|
Methods in net.ontopia.topicmaps.nav2.utils that throw NavigatorRuntimeException | |
---|---|
void |
TreeWidget.run(javax.servlet.http.HttpServletRequest request,
java.io.Writer writer)
PUBLIC: Runs the widget, producing the output. |
void |
DynamicTreeWidget.run(javax.servlet.http.HttpServletRequest request,
java.io.Writer writer)
PUBLIC: Runs the widget, producing the output. |
void |
TreeWidget.run(javax.servlet.jsp.PageContext ctxt,
java.io.Writer writer)
PUBLIC: Runs the widget, producing the output. |
void |
DynamicTreeWidget.run(javax.servlet.jsp.PageContext ctxt,
java.io.Writer writer)
PUBLIC: Runs the widget, producing the output. |
static java.lang.String |
Stringificator.toString(NavigatorPageIF context,
java.lang.Object elem)
|
static java.lang.String |
Stringificator.toString(NavigatorPageIF context,
java.lang.Object elem,
java.lang.String nameGrabberCN,
java.lang.String nameStringifierCN,
java.lang.String basenameScopeVarName,
java.lang.String variantScopeVarName)
|
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.utils.tmrap |
---|
Methods in net.ontopia.topicmaps.utils.tmrap that throw NavigatorRuntimeException | |
---|---|
static void |
TMRAPImplementation.addFragment(NavigatorApplicationIF navapp,
java.lang.String fragment,
java.lang.String syntax,
java.lang.String tmid)
|
static TopicMapIF |
TMRAPImplementation.getTopicPage(NavigatorApplicationIF navapp,
TMRAPConfiguration config,
java.util.Collection items,
java.util.Collection subjects,
java.util.Collection indicators,
java.lang.String[] tmids)
|
static int |
TMRAPImplementation.tologUpdate(NavigatorApplicationIF navapp,
java.lang.String tmid,
java.lang.String statement)
|
static void |
TMRAPImplementation.updateTopic(NavigatorApplicationIF navapp,
java.lang.String fragment,
java.lang.String syntax,
java.lang.String tmid,
java.util.Collection indicators,
java.util.Collection items,
java.util.Collection subjects)
|
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.webed.impl.utils |
---|
Methods in net.ontopia.topicmaps.webed.impl.utils that throw NavigatorRuntimeException | |
---|---|
java.lang.String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TMObjectIF tmObj,
java.lang.String topicmapId,
java.lang.String template)
|
java.lang.String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
java.lang.String template)
|
Uses of NavigatorRuntimeException in net.ontopia.topicmaps.webed.utils |
---|
Methods in net.ontopia.topicmaps.webed.utils that throw NavigatorRuntimeException | |
---|---|
java.lang.String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TMObjectIF tmObj,
java.lang.String topicmapId,
java.lang.String template)
|
java.lang.String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
java.lang.String template)
|
Uses of NavigatorRuntimeException in net.ontopia.utils.ontojsp |
---|
Methods in net.ontopia.utils.ontojsp that throw NavigatorRuntimeException | |
---|---|
javax.servlet.jsp.tagext.TagSupport |
TaglibTagFactory.getTagInstance(java.lang.String tagname,
java.util.Map attrVals,
javax.servlet.jsp.tagext.TagSupport parentTag)
|
javax.servlet.jsp.tagext.TagSupport |
JSPTagFactoryIF.getTagInstance(java.lang.String tagname,
java.util.Map attrVals,
javax.servlet.jsp.tagext.TagSupport parentTag)
Creates the correct tag for this JSPTreeNode, depending on the tagname. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |