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, wait
getCurrent, getEnd, getIndex
public ForEachStatus getPrevious()
ForEachStatus
getPrevious
in interface ForEachStatus
public java.lang.Integer getBegin()
ForEachStatus
getBegin
in interface ForEachStatus
public java.lang.Integer getStep()
ForEachStatus
getStep
in interface ForEachStatus
public boolean isFirst()
ForEachStatus
isFirst
in interface ForEachStatus
public boolean isLast()
ForEachStatus
isLast
in interface ForEachStatus
public java.lang.Object getEach()
ForEachStatus
getEach
in interface ForEachStatus
public int getCount()
ForEachStatus
getCount
in interface ForEachStatus
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.