org.apache.myfaces.view.facelets.tag.jstl.core
Class IterationState

java.lang.Object
  extended by 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 Summary
IterationState()
           
 
Method Summary
 int getCounter()
           
 Iterator getIterator()
           
 List<Object[]> getValueList()
           
 void setCounter(int counter)
           
 void setValueList(List<Object[]> valueList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterationState

public IterationState()
Method Detail

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 © 2014 The Apache Software Foundation. All rights reserved.