Serialized Form
|
Package javax.servlet.jsp |
|
Package javax.servlet.jsp.el |
mRootCause
java.lang.Throwable mRootCause
- Deprecated.
|
Package javax.servlet.jsp.jstl.core |
result
boolean result
var
java.lang.String var
scope
int scope
serialVersionUID: 1L
i
java.lang.Integer i
orig
ValueExpression orig
serialVersionUID: 1L
i
int i
iteratedExpression
IteratedExpression iteratedExpression
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 |
bodyContent
BodyContent bodyContent
- The current BodyContent for this BodyTag.
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.