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:
  • Constructor Details

    • IterationState

      public IterationState()
  • Method Details

    • getValueList

      public List<Object[]> getValueList()
    • setValueList

      public void setValueList(List<Object[]> valueList)
    • getCounter

      public int getCounter()
    • setCounter

      public void setCounter(int counter)
    • getIterator

      public Iterator getIterator()