|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
BindTag | INTERNAL: Bind Tag for turning map keys into variables. |
CallTag | INTERNAL: Logic Tag for calling a template function and instantiates its contents. |
ContextExtraInfo | INTERNAL: Defines the names and types of variables used by the
ContextTag . |
ContextTag | INTERNAL: Logic Tag for establishing the outermost lexical scope in which all computation happens and the embedded tags are executed. |
ErrorTag | INTERNAL: Logic Tag to allow JSP pages to signal errors. |
ExternalFunctionTag | INTERNAL: Logic Tag for loading and registering an external function. |
ForEachTag | INTERNAL: Logic Tag for iterating over each object in a collection, creating new content for each iteration. |
FunctionTag | Deprecated. use net.ontopia.topicmaps.nav2.taglibs.logic.IncludeTag instead |
IfElseTag | INTERNAL: Logic Tag: The else part of the if tag. |
IfTag | INTERNAL: Logic Tag for iterating over each object in a collection, creating new content for each iteration. |
IfThenTag | INTERNAL: Logic Tag: the then part of the if tag. |
IncludeTag | INTERNAL: Logic Tag for creating template functions specified by a
module file, which may be called from elsewhere in the JSP page
using the call tag. |
SetTag | INTERNAL: Logic Tag for establishing the outermost lexical scope in which computation happens. |
Logic tags, which define the execution context, modify the context, and control the flow of execution.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |