Uses of Interface
net.ontopia.topicmaps.nav2.core.ContextManagerIF
-
Packages that use ContextManagerIF 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.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. -
-
Uses of ContextManagerIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return ContextManagerIF Modifier and Type Method Description ContextManagerIF
NavigatorPageIF. getContextManager()
INTERNAL: Get the Context Manager. -
Uses of ContextManagerIF in net.ontopia.topicmaps.nav2.impl.basic
Classes in net.ontopia.topicmaps.nav2.impl.basic that implement ContextManagerIF Modifier and Type Class Description class
ContextManager
INTERNAL: Default Implementation of ContextManagerIF. -
Uses of ContextManagerIF in net.ontopia.topicmaps.nav2.taglibs.logic
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return ContextManagerIF Modifier and Type Method Description ContextManagerIF
ContextTag. getContextManager()
Methods in net.ontopia.topicmaps.nav2.taglibs.logic with parameters of type ContextManagerIF Modifier and Type Method Description void
ContextTag. setContextManager(ContextManagerIF ctxtmgr)
Special setter used only for unit testing purposes. -
Uses of ContextManagerIF in net.ontopia.topicmaps.nav2.taglibs.TMvalue
Methods in net.ontopia.topicmaps.nav2.taglibs.TMvalue with parameters of type ContextManagerIF Modifier and Type Method Description protected Collection
AssociatedTag. getValue(ContextManagerIF ctxtMgr, String var)
-
Uses of ContextManagerIF in net.ontopia.topicmaps.nav2.taglibs.tolog
Fields in net.ontopia.topicmaps.nav2.taglibs.tolog declared as ContextManagerIF Modifier and Type Field Description protected ContextManagerIF
QueryExecutingTag. contextManager
Methods in net.ontopia.topicmaps.nav2.taglibs.tolog that return ContextManagerIF Modifier and Type Method Description ContextManagerIF
QueryWrapper. getContextManager()
Constructors in net.ontopia.topicmaps.nav2.taglibs.tolog with parameters of type ContextManagerIF Constructor Description ContextManagerMapWrapper(ContextManagerIF contextManager)
ContextManagerScopingMapWrapper(ContextManagerIF contextManager)
-
Uses of ContextManagerIF in net.ontopia.topicmaps.nav2.taglibs.value
Methods in net.ontopia.topicmaps.nav2.taglibs.value with parameters of type ContextManagerIF 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.
-