Uses of Interface
net.ontopia.topicmaps.nav2.core.ContextManagerIF

Packages that use ContextManagerIF
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
 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
 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
 ContextManagerIF ContextTag.getContextManager()
           
 

Methods in net.ontopia.topicmaps.nav2.taglibs.logic with parameters of type ContextManagerIF
 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
protected  java.util.Collection AssociatedTag.getValue(ContextManagerIF ctxtMgr, java.lang.String var)
           
 

Uses of ContextManagerIF in net.ontopia.topicmaps.nav2.taglibs.tolog
 

Fields in net.ontopia.topicmaps.nav2.taglibs.tolog declared as ContextManagerIF
protected  ContextManagerIF QueryExecutingTag.contextManager
           
 

Methods in net.ontopia.topicmaps.nav2.taglibs.tolog that return ContextManagerIF
 ContextManagerIF QueryWrapper.getContextManager()
           
 

Constructors in net.ontopia.topicmaps.nav2.taglibs.tolog with parameters of type ContextManagerIF
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
protected  java.util.Collection BaseValueProducingTag.getInputCollection(ContextManagerIF ctxtMgr)
          INTERNAL: return collection to work with, throw NavigatorRuntimeException if collection is null.
protected  java.util.Collection BaseValueProducingAndAcceptingTag.getInputCollection(ContextManagerIF ctxtMgr)
          INTERNAL: Return inputCollection if it was already set, then call implementation from superclass.
 



Copyright © 2000-2012 Ontopia.