public class JstlIterationStatus extends IterationStatus implements jakarta.servlet.jsp.jstl.core.LoopTagStatus
| Constructor and 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) |
getBegin, getCount, getCurrent, getEnd, getIndex, getStep, isEven, isFirst, isLast, isOdd, toStringCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.