Class IterationState
java.lang.Object
org.apache.myfaces.view.facelets.tag.jstl.core.IterationState
- All Implemented Interfaces:
Serializable
Holds the iteration state generated by c:forEach tag.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setCounter
(int counter) void
setValueList
(List<Object[]> valueList)
-
Constructor Details
-
IterationState
public IterationState()
-
-
Method Details
-
getValueList
-
setValueList
-
getCounter
public int getCounter() -
setCounter
public void setCounter(int counter) -
getIterator
-