public class JstlIterationStatus extends IterationStatus implements javax.servlet.jsp.jstl.core.LoopTagStatus
Constructor and Description |
---|
JstlIterationStatus(boolean first,
boolean last,
int index,
java.lang.Integer begin,
java.lang.Integer end,
java.lang.Integer step) |
JstlIterationStatus(boolean first,
boolean last,
int index,
java.lang.Integer begin,
java.lang.Integer end,
java.lang.Integer step,
java.lang.Object current,
int iterationCount) |
getBegin, getCount, getCurrent, getEnd, getIndex, getStep, isEven, isFirst, isLast, isOdd, toString
public JstlIterationStatus(boolean first, boolean last, int index, java.lang.Integer begin, java.lang.Integer end, java.lang.Integer step)
public JstlIterationStatus(boolean first, boolean last, int index, java.lang.Integer begin, java.lang.Integer end, java.lang.Integer step, java.lang.Object current, int iterationCount)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.