public class JstlIterationStatus extends IterationStatus implements javax.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, toString
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.