Package com.sun.faces.facelets.tag
Class IterationStatus
java.lang.Object
com.sun.faces.facelets.tag.IterationStatus
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JstlIterationStatus
public class IterationStatus extends Object implements Serializable
- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step)
Constructor used for ui:repeat.IterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step, Object current, int iterationCount)
Constructor used for c:forEach varStatus -
Method Summary
-
Constructor Details
-
IterationStatus
public IterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step)Constructor used for ui:repeat. -
IterationStatus
public IterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step, Object current, int iterationCount)Constructor used for c:forEach varStatus
-
-
Method Details