| Java Doc By Examples | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjavax.servlet.jsp.jstl.core.LoopTagSupport.StatusMethod Summary | |
Integer |
|
int |
|
Object |
|
Integer |
|
int |
|
Integer |
|
boolean |
|
boolean |
|
Methods inherited from class java.lang.Object | |
clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait | |
public Integer getBegin()
Returns the begin index.
- Specified by:
- getBegin in interface LoopTagStatus
public int getCount()
Returns the number of objects returned.
- Specified by:
- getCount in interface LoopTagStatus
public Object getCurrent()
Returns the current object.
- Specified by:
- getCurrent in interface LoopTagStatus
public Integer getStep()
Returns the step index.
- Specified by:
- getStep in interface LoopTagStatus
public boolean isFirst()
Returns true if this is the first item.
- Specified by:
- isFirst in interface LoopTagStatus
public boolean isLast()
Returns true if this is the last item.
- Specified by:
- isLast in interface LoopTagStatus