Serialized Form


Package javax.el

Class javax.el.ELContextEvent extends java.util.EventObject implements Serializable

Class javax.el.ELException extends java.lang.RuntimeException implements Serializable

Class javax.el.Expression extends java.lang.Object implements Serializable

Class javax.el.MethodExpression extends Expression implements Serializable

Class javax.el.MethodNotFoundException extends ELException implements Serializable

Class javax.el.PropertyNotFoundException extends ELException implements Serializable

Class javax.el.PropertyNotWritableException extends ELException implements Serializable

Class javax.el.ValueExpression extends Expression implements Serializable


Package javax.servlet.jsp

Class javax.servlet.jsp.JspException extends java.lang.Exception implements Serializable

Class javax.servlet.jsp.JspTagException extends JspException implements Serializable

Class javax.servlet.jsp.SkipPageException extends JspException implements Serializable


Package javax.servlet.jsp.el

Class javax.servlet.jsp.el.ELException extends java.lang.Exception implements Serializable

Serialized Fields

mRootCause

java.lang.Throwable mRootCause
Deprecated. 

Class javax.servlet.jsp.el.ELParseException extends ELException implements Serializable


Package javax.servlet.jsp.jstl.core

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

Serialized Fields

result

boolean result

var

java.lang.String var

scope

int scope

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

serialVersionUID: 1L

Serialized Fields

i

java.lang.Integer i

orig

ValueExpression orig

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

serialVersionUID: 1L

Serialized Fields

i

int i

iteratedExpression

IteratedExpression iteratedExpression

Class javax.servlet.jsp.jstl.core.LoopTagSupport extends 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


deferredExpression

ValueExpression deferredExpression
The deferred expression if any


oldMappedValue

ValueExpression oldMappedValue
A temporary used to hold the previous value (from the enclosing iteration tag) for the EL variable.


status

LoopTagStatus status

item

java.lang.Object item

index

int index

count

int count

last

boolean last

iteratedExpression

IteratedExpression iteratedExpression

Package javax.servlet.jsp.tagext

Class javax.servlet.jsp.tagext.BodyTagSupport extends TagSupport implements Serializable

Serialized Fields

bodyContent

BodyContent bodyContent
The current BodyContent for this BodyTag.

Class javax.servlet.jsp.tagext.TagSupport extends java.lang.Object implements Serializable

Serialized Fields

parent

Tag parent

values

java.util.Hashtable<K,V> values

id

java.lang.String id
The value of the id attribute of this tag; or null.


pageContext

PageContext pageContext
The PageContext.



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.