Uses of Interface
net.ontopia.topicmaps.nav2.core.NavigatorDeciderIF
-
Packages that use NavigatorDeciderIF Package Description 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. -
-
Uses of NavigatorDeciderIF in net.ontopia.topicmaps.nav2.impl.basic
Classes in net.ontopia.topicmaps.nav2.impl.basic that implement NavigatorDeciderIF Modifier and Type Class Description classDeciderIFWrapper<T>INTERNAL: A NavigatorDeciderIF implementation which wraps DeciderIF, so that they can work with the navigator decider interface.classDefaultIfDeciderINTERNAL: class which implements interface NavigatorDeciderIF. -
Uses of NavigatorDeciderIF in net.ontopia.topicmaps.nav2.taglibs.logic
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return NavigatorDeciderIF Modifier and Type Method Description protected NavigatorDeciderIFIfTag. getDeciderInstance(String classname) -
Uses of NavigatorDeciderIF in net.ontopia.topicmaps.nav2.taglibs.TMvalue
Methods in net.ontopia.topicmaps.nav2.taglibs.TMvalue that return NavigatorDeciderIF Modifier and Type Method Description NavigatorDeciderIFFilterTag. getDeciderInstance(String classname)
-