Package net.ontopia.topicmaps.nav2.taglibs.logic


package net.ontopia.topicmaps.nav2.taglibs.logic

Logic tags, which define the execution context, modify the context, and control the flow of execution.

  • Classes
    Class
    Description
    INTERNAL: Bind Tag for turning map keys into variables.
    INTERNAL: Logic Tag for calling a template function and instantiates its contents.
    INTERNAL: Defines the names and types of variables used by the ContextTag.
    INTERNAL: Logic Tag for establishing the outermost lexical scope in which all computation happens and the embedded tags are executed.
    INTERNAL: Logic Tag to allow JSP pages to signal errors.
    INTERNAL: Logic Tag for loading and registering an external function.
    INTERNAL: Logic Tag for iterating over each object in a collection, creating new content for each iteration.
    INTERNAL: Logic Tag: The else part of the if tag.
    INTERNAL: Logic Tag for iterating over each object in a collection, creating new content for each iteration.
    INTERNAL: Logic Tag: the then part of the if tag.
    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.
    INTERNAL: Logic Tag for establishing the outermost lexical scope in which computation happens.