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

java.lang.String var

scope

int scope

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

java.lang.String itemId
Attribute-exposing control


statusId

java.lang.String statusId
Attribute-exposing control


status

LoopTagStatus status

item

java.lang.Object item

index

int index

count

int count

last

boolean last



Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.