Serialized Form


Package javax.servlet.jsp.jstl.core

Class javax.servlet.jsp.jstl.core.ConditionalTagSupport extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

result

boolean result

var

String var

scope

int scope

Class javax.servlet.jsp.jstl.core.IndexedValueExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

i

Integer i
The index variable.


orig

javax.el.ValueExpression orig
The indexed variable.

Class javax.servlet.jsp.jstl.core.IteratedValueExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

i

int i

iteratedExpression

IteratedExpression iteratedExpression

Class javax.servlet.jsp.jstl.core.LoopTagSupport extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

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

status

LoopTagStatus status

item

Object item

index

int index

count

int count

last

boolean last



Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.