class |
Apply |
The apply tag allows you to choose which template to be
applied.
|
class |
Choose |
The choose tag works like a Java switch statement in that it lets you
choose between a number of alternatives.
|
class |
ForEach |
The basic iteration tag, accepting many different collection types and
supporting sub-setting and other functionality like JSTL's forEach
|
class |
If |
The conditional execution of its body according to the value of the
test attribute
|
class |
Otherwise |
A switch statement has default clause to specify a default action and
similar way choose has otherwise as default clause.
|
class |
When |
A when tag is used for choose like a Java switch
statement in that it lets you between a number of alternatives.
|