-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCount
public int getCount()
- Specified by:
getCount
in interface javax.servlet.jsp.jstl.core.LoopTagStatus
- Returns:
- Returns the count.
-
getEnd
public Integer getEnd()
- Specified by:
getEnd
in interface javax.servlet.jsp.jstl.core.LoopTagStatus
- Returns:
- Returns the end.
-
isFirst
public boolean isFirst()
- Specified by:
isFirst
in interface javax.servlet.jsp.jstl.core.LoopTagStatus
- Returns:
- Returns the first.
-
getIndex
public int getIndex()
- Specified by:
getIndex
in interface javax.servlet.jsp.jstl.core.LoopTagStatus
- Returns:
- Returns the index.
-
isLast
public boolean isLast()
- Specified by:
isLast
in interface javax.servlet.jsp.jstl.core.LoopTagStatus
- Returns:
- Returns the last.
-
getStep
public Integer getStep()
- Specified by:
getStep
in interface javax.servlet.jsp.jstl.core.LoopTagStatus
- Returns:
- Returns the step.
Copyright © 2014 Apache Software Foundation. All rights reserved.