org.apache.myfaces.view.facelets.tag.jstl.core
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IterationState
public IterationState()
getValueList
public List<Object[]> getValueList()
- Returns:
- the valueList
setValueList
public void setValueList(List<Object[]> valueList)
- Parameters:
valueList
- the valueList to set
getCounter
public int getCounter()
- Returns:
- the counter
setCounter
public void setCounter(int counter)
- Parameters:
counter
- the counter to set
getIterator
public Iterator getIterator()
Copyright © 2015 The Apache Software Foundation. All rights reserved.