Uses of Interface
net.ontopia.topicmaps.nav2.core.ScopeSupportIF
-
Packages that use ScopeSupportIF Package Description 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.value General (Topic Map independent) value-producing tags, which provide mainly set manipulation operations on collections.net.ontopia.topicmaps.nav2.utils Provides utility classes for the Navigator Tag Libraries and Framework. -
-
Uses of ScopeSupportIF in net.ontopia.topicmaps.nav2.taglibs.TMvalue
Classes in net.ontopia.topicmaps.nav2.taglibs.TMvalue that implement ScopeSupportIF Modifier and Type Class Description class
AssociatedTag
INTERNAL: Value producing tag that finds all the topics associated with this the topics in the input collection, subject to some constraints.class
AssociationsTag
INTERNAL: Value Producing Tag for finding all the associations of all the topics or association roles in a collection.class
AssociationTypeLoopTag
INTERNAL: Special Tag for iterating over a sorted collection of triples (Association Type, Association Role Type, Association), creating new content for each iteration.class
NamesTag
INTERNAL: Value Producing Tag for finding all the base names of all the topics in a collection.class
OccurrencesTag
INTERNAL: Value Producing Tag for finding all the occurrences of all the topics in a collection.class
RolesTag
INTERNAL: Value Producing Tag for finding all the association roles of all the topics and associations in a collection.class
VariantsTag
INTERNAL: Value Producing Tag for finding all variant names related to the objects in a collection (can be either objects of classes TopicNameIF, TopicIF or TopicMapIF). -
Uses of ScopeSupportIF in net.ontopia.topicmaps.nav2.taglibs.value
Classes in net.ontopia.topicmaps.nav2.taglibs.value that implement ScopeSupportIF Modifier and Type Class Description class
BaseScopedTag
INTERNAL: Abstract Base class for value producing and accepting tags which are taking the context filter into account. -
Uses of ScopeSupportIF in net.ontopia.topicmaps.nav2.utils
Classes in net.ontopia.topicmaps.nav2.utils that implement ScopeSupportIF Modifier and Type Class Description class
ScopeUtils
INTERNAL: Framework related utility class providing some helper methods needed to easier for access to scope information.
-