<anyxmlelement xmlns:c="jakarta.tags.core"/>
Jakarta Tags Core Tag Library
Info | Value |
---|---|
ID (tag prefix) | c |
URI | jakarta.tags.core |
Tag | Description |
---|---|
catch | Catches any Throwable that occurs in its body and optionally exposes it. |
choose |
Simple conditional tag that establishes a context for
mutually exclusive conditional operations, marked by
|
if | Simple conditional tag, which evalutes its body if the supplied condition is true and optionally exposes a Boolean scripting variable representing the evaluation of this condition |
forEach | The basic iteration tag, accepting many different collection types and supporting subsetting and other functionality |
otherwise |
Subtag of |
set |
Sets the result of an expression evaluation based on the
value of the attributes. If "scope" the is present, but has a zero
length or is equal to the string "page", This handler operates in one of two ways.
The first case takes precedence over the second. |
when | Subtag of <choose> that includes its body if its condition evalutes to 'true' |