slackorama

 

JSTL

Page history last edited by Anonymous 3 yrs ago


Properties of the LoopTagStatus object

PropertyGetterDescription
currentgetCurrent()The item (from the collection) for the current round of iteration
indexgetIndex()The zero-based index for the current round of iteration
countgetCount()The one-based count for the current round of iteration
firstisFirst()Flag indicating whether the current round is the first pass through the iteration
lastisLast()Flag indicating whether the current round is the last pass through the iteration
begingetBegin()The value of the begin attribute
endgetEnd()The value of the end attribute
stepgetStep()The value of the step attribute

Comments (0)

You don't have permission to comment on this page.