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
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.