javax.servlet.jsp.jstl.core

Class LoopTagSupport.Status

Enclosing Class:
LoopTagSupport
Implemented Interfaces:
LoopTagStatus

public class LoopTagSupport.Status
extends Object
implements LoopTagStatus

Method Summary

Integer
getBegin()
Returns the begin index.
int
getCount()
Returns the number of objects returned.
Object
getCurrent()
Returns the current object.
Integer
getEnd()
Returns the end index.
int
getIndex()
Returns the index.
Integer
getStep()
Returns the step index.
boolean
isFirst()
Returns true if this is the first item.
boolean
isLast()
Returns true if this is the last item.

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

getBegin

public Integer getBegin()
Returns the begin index.
Specified by:
getBegin in interface LoopTagStatus

getCount

public int getCount()
Returns the number of objects returned.
Specified by:
getCount in interface LoopTagStatus

getCurrent

public Object getCurrent()
Returns the current object.
Specified by:
getCurrent in interface LoopTagStatus

getEnd

public Integer getEnd()
Returns the end index.
Specified by:
getEnd in interface LoopTagStatus

getIndex

public int getIndex()
Returns the index.
Specified by:
getIndex in interface LoopTagStatus

getStep

public Integer getStep()
Returns the step index.
Specified by:
getStep in interface LoopTagStatus

isFirst

public boolean isFirst()
Returns true if this is the first item.
Specified by:
isFirst in interface LoopTagStatus

isLast

public boolean isLast()
Returns true if this is the last item.
Specified by:
isLast in interface LoopTagStatus