|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavigatorApplicationIF | |
|---|---|
| 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 | |
| Uses of NavigatorApplicationIF in net.ontopia.topicmaps.nav2.core |
|---|
| Methods in net.ontopia.topicmaps.nav2.core that return NavigatorApplicationIF | |
|---|---|
NavigatorApplicationIF |
NavigatorPageIF.getNavigatorApplication()
INTERNAL: Get the navigator application which allows accessing all kind of configuration. |
| Uses of NavigatorApplicationIF in net.ontopia.topicmaps.nav2.impl.basic |
|---|
| Classes in net.ontopia.topicmaps.nav2.impl.basic that implement NavigatorApplicationIF | |
|---|---|
class |
NavigatorApplication
INTERNAL: Basic Implementation of interface NavigatorApplicationIF to store all handles to application-wide configuration holders needed by the navigator framework. |
| Uses of NavigatorApplicationIF in net.ontopia.topicmaps.nav2.taglibs.logic |
|---|
| Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return NavigatorApplicationIF | |
|---|---|
NavigatorApplicationIF |
ContextTag.getNavigatorApplication()
|
| Uses of NavigatorApplicationIF in net.ontopia.topicmaps.nav2.utils |
|---|
| Methods in net.ontopia.topicmaps.nav2.utils that return NavigatorApplicationIF | |
|---|---|
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. |
| Uses of NavigatorApplicationIF in net.ontopia.topicmaps.utils.tmrap |
|---|
| Methods in net.ontopia.topicmaps.utils.tmrap with parameters of type NavigatorApplicationIF | |
|---|---|
static void |
TMRAPImplementation.addFragment(NavigatorApplicationIF navapp,
String fragment,
String syntax,
String tmid)
|
static String |
TMRAPImplementation.deleteTopic(NavigatorApplicationIF navapp,
Collection items,
Collection subjects,
Collection identifiers,
String[] tmids)
|
static void |
TMRAPImplementation.getTolog(NavigatorApplicationIF navapp,
String tolog,
String tmid,
String syntax,
String view,
DocumentHandler handler)
|
static void |
TMRAPImplementation.getTopic(NavigatorApplicationIF navapp,
Collection items,
Collection subjects,
Collection indicators,
String[] tmids,
String syntax,
String view,
DocumentHandler handler)
|
static TopicMapIF |
TMRAPImplementation.getTopicPage(NavigatorApplicationIF navapp,
TMRAPConfiguration config,
Collection items,
Collection subjects,
Collection 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 indicators,
Collection items,
Collection subjects)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||