|
begin
|
int
|
No
|
i
ndex at which iteration begins
|
|
end
|
int
|
No
|
index at which iteration ends
|
|
items
|
Object
|
Only EL
|
the collection to iterate over
|
|
step
|
int
|
No
|
number to increment on each iteration
|
|
var
|
String
|
No
|
name of the variable exposed when iterating
|
|
varStatus
|
String
|
No
|
name of the loop status exposed when iterating. The properties
'index','count','begin','end','step','current','first','last'
are available through this
|