Package | Description |
---|---|
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.taglibs.logic |
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
|
net.ontopia.topicmaps.nav2.utils |
Provides utility classes for the Navigator Tag Libraries and
Framework.
|
net.ontopia.topicmaps.utils.tmrap |
Modifier and Type | Method and Description |
---|---|
NavigatorApplicationIF |
NavigatorPageIF.getNavigatorApplication()
INTERNAL: Get the navigator application which allows
accessing all kind of configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
NavigatorApplication
INTERNAL: Basic Implementation of interface NavigatorApplicationIF to
store all handles to application-wide configuration holders needed
by the navigator framework.
|
Modifier and Type | Method and Description |
---|---|
NavigatorApplicationIF |
ContextTag.getNavigatorApplication() |
Modifier and Type | Method and Description |
---|---|
static NavigatorApplicationIF |
NavigatorUtils.getNavigatorApplication(javax.servlet.jsp.PageContext pageContext)
INTERNAL: Gets the navigator application instance belonging to
the web application.
|
static NavigatorApplicationIF |
NavigatorUtils.getNavigatorApplication(javax.servlet.ServletContext servletContext)
INTERNAL: Gets the navigator application instance belonging to
the web application.
|
Modifier and Type | Method and Description |
---|---|
static void |
TMRAPImplementation.addFragment(NavigatorApplicationIF navapp,
String fragment,
String syntax,
String tmid) |
static String |
TMRAPImplementation.deleteTopic(NavigatorApplicationIF navapp,
Collection<LocatorIF> items,
Collection<LocatorIF> subjects,
Collection<LocatorIF> identifiers,
String[] tmids) |
static void |
TMRAPImplementation.getTolog(NavigatorApplicationIF navapp,
String tolog,
String tmid,
String syntax,
String view,
ContentHandler handler) |
static void |
TMRAPImplementation.getTopic(NavigatorApplicationIF navapp,
Collection<LocatorIF> items,
Collection<LocatorIF> subjects,
Collection<LocatorIF> indicators,
String[] tmids,
String syntax,
String view,
ContentHandler handler) |
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) |