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
- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
-
Constructor Summary
ConstructorDescriptionIterationStatus
(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