-
begin
int begin
Starting index ('begin' attribute)
-
end
int end
Ending index of the iteration ('end' attribute).
A value of -1 internally indicates 'no end
specified', although accessors for the core JSTL tags do not
allow this value to be supplied directly by the user.
-
step
int step
Iteration step ('step' attribute)
-
beginSpecified
boolean beginSpecified
Boolean flag indicating whether 'begin' was specified.
-
endSpecified
boolean endSpecified
Boolean flag indicating whether 'end' was specified.
-
stepSpecified
boolean stepSpecified
Boolean flag indicating whether 'step' was specified.
-
itemId
String itemId
Attribute-exposing control
-
statusId
String statusId
Attribute-exposing control
-
deferredExpression
javax.el.ValueExpression deferredExpression
The deferred expression if any
-
oldMappedValue
javax.el.ValueExpression oldMappedValue
A temporary used to hold the previous value (from the enclosing
iteration tag) for the EL variable.
-
status
LoopTagStatus status
-
item
Object item
-
index
int index
-
count
int count
-
last
boolean last
-
iteratedExpression
IteratedExpression iteratedExpression