Class Summary |
BaseOutputProducingTag |
INTERNAL: Abstract super-class of an Output-Producing Tag. |
BufferedQueryResult |
|
ChooseTag |
INTERNAL: Tolog Tag for evaluating a sequence of child WhenTags. |
Context |
INTERNAL: Used to make the topic map repository and its references
available as a request attribute. |
Context.Reference |
|
ContextManagerMapWrapper |
INTERNAL: Used to make the OKS variables available as request
attributes. |
ContextManagerScopingMapWrapper |
INTERNAL: Helper class used when creating QueryProcessors. |
DeclareTag |
INTERNAL: Tolog Tag for making a set of tolog declarations
available within the nearest ancestor ContextTag. |
ForEachTag |
INTERNAL:
Tolog Tag for executing a query, iterating over each object in a result
collection and creating new content for each iteration. |
IfTag |
INTERNAL: Tolog Tag for testing if a variable is bound and non-null
or if a query gives a non-empty result. |
NormalizeWhitespaceTag |
INTERNAL: |
ObjectIdTag |
INTERNAL: Output Producing Tag for selecting the ID
of an object and writing it out. |
OtherwiseTag |
INTERNAL: Like a WhenTag with no condition. |
OutTag |
INTERNAL: Tolog Tag for outputting content. |
QueryExecutingTag |
INTERNAL: Generic Tolog Tag that has support for executing one query. |
QueryTag |
INTERNAL. |
QueryWrapper |
INTERNAL: Generic Tolog Tag that has support for executing one query. |
SetTag |
INTERNAL: Tolog Tag for executing a query,
iterating over each object in a result collection and
creating new content for each iteration. |
SymbolicIdTag |
INTERNAL: Outputs a stable identifier to the object if possible,
if not outputs the object ID. |
TologContextFilter |
EXPERIMENTAL: This is a servlet filter that pushes a tolog context
onto the stack. |
WhenTag |
INTERNAL: Variant of IfTag, which sets a parent alerts a parent ChooseTag,
if it's body is evaluated. |