Class IterationState
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.tag.jstl.core.IterationState
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class IterationState extends Object implements Serializable Holds the iteration state generated by c:forEach tag.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IterationState()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCounter()IteratorgetIterator()List<Object[]>getValueList()voidsetCounter(int counter)voidsetValueList(List<Object[]> valueList)
 
-