|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueAcceptingTagIF | |
---|---|
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.value | General (Topic Map independent) value-producing tags, which provide mainly set manipulation operations on collections. |
Uses of ValueAcceptingTagIF in net.ontopia.topicmaps.nav2.taglibs.logic |
---|
Classes in net.ontopia.topicmaps.nav2.taglibs.logic that implement ValueAcceptingTagIF | |
---|---|
class |
ErrorTag
INTERNAL: Logic Tag to allow JSP pages to signal errors. |
class |
IfTag
INTERNAL: Logic Tag for iterating over each object in a collection, creating new content for each iteration. |
class |
SetTag
INTERNAL: Logic Tag for establishing the outermost lexical scope in which computation happens. |
Uses of ValueAcceptingTagIF in net.ontopia.topicmaps.nav2.taglibs.TMvalue |
---|
Classes in net.ontopia.topicmaps.nav2.taglibs.TMvalue that implement ValueAcceptingTagIF | |
---|---|
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 |
ClassesOfTag
INTERNAL: Value Producing Tag for finding all the classes of all the objects in a collection. |
class |
FilterTag
INTERNAL: Value Producing Tag for taking an input collection and filtering it, passing only some of the elements on to its parent (could be a set tag or another filter element). |
class |
IndicatorsTag
INTERNAL: Value Producing Tag for finding all the subject indicators (as LocatorIF objects) of all the topics in a collection. |
class |
InstancesTag
INTERNAL: Value Producing Tag for finding all the instances of all the objects in a collection. |
class |
LocatorTag
INTERNAL: Value producing and value accepting tag of retrieving the locators of OccurrenceIF and VariantNameIF instances. |
class |
LookupTag
INTERNAL: Value Producing Tag for looking up objects by their subject address, subject indicator, source locator, or object id. |
class |
NamesTag
INTERNAL: Value Producing Tag for finding all the base names of all the topics in a collection. |
class |
NameTag
INTERNAL: Value Producing Tag for finding the most appropiate name for each 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 |
ReifiedTag
INTERNAL: Finds the topic map objects which are reified by topics in the input collection. |
class |
ReifierTag
INTERNAL: Finds the reifying topic of each topic map object 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 |
ScopeTag
INTERNAL: Value Producing Tag for finding all themes in the scope of all the objects in a collection. |
class |
SourceLocatorsTag
INTERNAL: Value Producing Tag for finding all the source locators (as LocatorIF objects) of all the topic map objects in a collection. |
class |
SplitterTag
INTERNAL: Value Producing Tag for creating a collection of strings (which are representing the first character of a TopicNameIF object) of all the objects in a collection of TopicNameIF objects. |
class |
SubclassesTag
INTERNAL: Value Producing Tag for finding all the subclasses of the topics in a collection. |
class |
SubjectAddressTag
INTERNAL: Value Producing Tag for finding the subject address (as LocatorIF objects) of all the topics in a collection. |
class |
SuperclassesTag
INTERNAL: Value Producing Tag for finding all the superclasses of the topics in a collection. |
class |
TopicsTag
INTERNAL: Value Producing Tag for finding all the topics of all the topic map objects (allowed instances are TopicMapIF, TopicIF, AssociationRoleIF, AssociationIF, TopicNameIF, VariantNameIF and OccurrenceIF) 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 ValueAcceptingTagIF in net.ontopia.topicmaps.nav2.taglibs.value |
---|
Classes in net.ontopia.topicmaps.nav2.taglibs.value that implement ValueAcceptingTagIF | |
---|---|
class |
BaseScopedTag
INTERNAL: Abstract Base class for value producing and accepting tags which are taking the context filter into account. |
class |
BaseValueProducingAndAcceptingTag
INTERNAL: Abstract super-class of a tag that is both value-producing and value-accepting. |
class |
DifferenceTag
INTERNAL: Value Producing Tag for computing the set difference of two collections. |
class |
IntersectionTag
INTERNAL: Value Producing Tag for computing the intersection of two collections. |
class |
SequenceTag
INTERNAL: Tag which gathers all the values it receives into a sequence. |
class |
UnionTag
INTERNAL: Value Producing Tag for computing the union of two collections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |