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.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 |
Modifier and Type | Method and Description |
---|---|
protected PageParameter |
AbstractTemplateTag.getParameter() |
Modifier and Type | Method and 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: Return
ModuleIF object for specified
resource location (given as URL) of module. |
TopicMapIF |
NavigatorApplicationIF.getTopicMapById(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(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.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
String |
ModelLinkGenerator.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template) |
String |
ModelLinkGenerator.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template) |
Modifier and Type | Method and Description |
---|---|
void |
TreeWidget.run(javax.servlet.jsp.PageContext ctxt,
Writer writer)
Deprecated.
EXPERIMENTAL: Runs the widget, producing the output.
|
Modifier and Type | Method and Description |
---|---|
void |
GetContextTag.setContext(String var) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
LinkTag.setGenerator(String classname) |
Modifier and Type | Method and Description |
---|---|
NavigatorDeciderIF |
FilterTag.getDeciderInstance(String classname) |
protected Collection |
AssociatedTag.getValue(ContextManagerIF ctxtMgr,
String var) |
void |
LookupTag.setAs(String as) |
void |
InstancesTag.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). |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
QueryWrapper(javax.servlet.jsp.PageContext pageContext,
String inQuery)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Collection |
BaseValueProducingAndAcceptingTag.getInputCollection(ContextManagerIF ctxtMgr)
INTERNAL: Return
inputCollection if it was already
set, then call implementation from superclass. |
protected Collection |
BaseValueProducingTag.getInputCollection(ContextManagerIF ctxtMgr)
INTERNAL: return collection to work with, throw
NavigatorRuntimeException if collection is null. |
Modifier and Type | Method and Description |
---|---|
void |
DynamicTreeWidget.run(javax.servlet.http.HttpServletRequest request,
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 |
DynamicTreeWidget.run(javax.servlet.jsp.PageContext ctxt,
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template) |
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template) |
Modifier and Type | Method and Description |
---|---|
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TMObjectIF tmObj,
String topicmapId,
String template) |
String |
ModelLinkGeneratorWithObjID.generate(ContextTag contextTag,
TopicMapReferenceIF tmRefObj,
String template) |
Modifier and Type | Method and Description |
---|---|
javax.servlet.jsp.tagext.TagSupport |
TaglibTagFactory.getTagInstance(String tagname,
Map<String,String> attrVals,
javax.servlet.jsp.tagext.TagSupport parentTag) |
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.
|