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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintvoidsetCounter(int counter) voidsetValueList(List<Object[]> valueList) 
- 
Constructor Details- 
IterationStatepublic IterationState()
 
- 
- 
Method Details- 
getValueList
- 
setValueList
- 
getCounterpublic int getCounter()
- 
setCounterpublic void setCounter(int counter) 
- 
getIterator
 
-