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 ContextManagerIFNavigatorPageIF. 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 classContextManagerINTERNAL: 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 ContextManagerIFContextTag. getContextManager()Methods in net.ontopia.topicmaps.nav2.taglibs.logic with parameters of type ContextManagerIF Modifier and Type Method Description voidContextTag. 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 CollectionAssociatedTag. 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 ContextManagerIFQueryExecutingTag. contextManagerMethods in net.ontopia.topicmaps.nav2.taglibs.tolog that return ContextManagerIF Modifier and Type Method Description ContextManagerIFQueryWrapper. 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 CollectionBaseValueProducingAndAcceptingTag. getInputCollection(ContextManagerIF ctxtMgr)INTERNAL: ReturninputCollectionif it was already set, then call implementation from superclass.protected CollectionBaseValueProducingTag. getInputCollection(ContextManagerIF ctxtMgr)INTERNAL: return collection to work with, throwNavigatorRuntimeExceptionif collection is null.
-