Class JstlIterationStatus
java.lang.Object
com.sun.faces.facelets.tag.IterationStatus
com.sun.faces.facelets.tag.jstl.core.JstlIterationStatus
- All Implemented Interfaces:
jakarta.servlet.jsp.jstl.core.LoopTagStatus
,Serializable
public class JstlIterationStatus extends IterationStatus implements jakarta.servlet.jsp.jstl.core.LoopTagStatus
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JstlIterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step)
JstlIterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step, Object current, int iterationCount)
-
Method Summary
Methods inherited from class com.sun.faces.facelets.tag.IterationStatus
getBegin, getCount, getCurrent, getEnd, getIndex, getStep, isEven, isFirst, isLast, isOdd, toString