Package | Description |
---|---|
net.sf.jett.tag |
Provides Tag functionality, including the
Tag interface and
all built-in tag classes, plus the TagLibrary interface and
TagLibraryRegistry classes for custom tag creation and
registration. |
Modifier and Type | Class | Description |
---|---|---|
class |
ForEachTag |
A
ForEachTag represents a repetitively placed
Block of Cells , with each repetition corresponding
to an element of a Collection . |
class |
ForTag |
A
ForTag represents a repetitively placed Block
of Cells , with each repetition corresponding to an increment of
an index. |
class |
MultiForEachTag |
A
MultiForEachTag represents a repetitively placed
Block of Cells , with each repetition corresponding
to the same index into multiple Collections . |
Copyright © 2012–2018 Jett Team. All rights reserved.