public abstract class AbstractForEachStatus extends java.lang.Object implements ForEachStatus, java.io.Serializable
| Constructor and Description |
|---|
AbstractForEachStatus() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBegin()
Returns the index (starting from 0) that the iteration begins at,
or null if not specified (and 0 is assumed).
|
int |
getCount()
Retrieves the "count" of the current round of the iteration.
|
java.lang.Object |
getEach()
Returns the object of this iteration.
|
ForEachStatus |
getPrevious()
Returns the status of the enclosing forEach statement.
|
java.lang.Integer |
getStep()
Returns the value of the 'step' attribute for the associated tag,
or null if no 'step' attribute was specified.
|
boolean |
isFirst()
Returns whether the current round is the first pass through the iteration
|
boolean |
isLast()
Returns whether the current round is the last pass through the iteration
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrent, getEnd, getIndexpublic ForEachStatus getPrevious()
ForEachStatusgetPrevious in interface ForEachStatuspublic java.lang.Integer getBegin()
ForEachStatusgetBegin in interface ForEachStatuspublic java.lang.Integer getStep()
ForEachStatusgetStep in interface ForEachStatuspublic boolean isFirst()
ForEachStatusisFirst in interface ForEachStatuspublic boolean isLast()
ForEachStatusisLast in interface ForEachStatuspublic java.lang.Object getEach()
ForEachStatusgetEach in interface ForEachStatuspublic int getCount()
ForEachStatusgetCount in interface ForEachStatusCopyright © 2005-2011 Potix Corporation. All Rights Reserved.