com.sun.facelets.tag.jstl.core
Class IterationStatus

java.lang.Object
  extended by com.sun.facelets.tag.jstl.core.IterationStatus
All Implemented Interfaces:
Serializable

public final class IterationStatus
extends Object
implements Serializable

Version:
$Id: IterationStatus.java,v 1.5 2009/02/03 21:33:01 edburns Exp $
Author:
Jacob Hookom
See Also:
Serialized Form

Constructor Summary
IterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step)
           
 
Method Summary
 Integer getBegin()
           
 Integer getEnd()
           
 int getIndex()
           
 Integer getStep()
           
 boolean isEven()
           
 boolean isFirst()
           
 boolean isLast()
           
 boolean isOdd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterationStatus

public IterationStatus(boolean first,
                       boolean last,
                       int index,
                       Integer begin,
                       Integer end,
                       Integer step)
Method Detail

isFirst

public boolean isFirst()

isLast

public boolean isLast()

isEven

public boolean isEven()

isOdd

public boolean isOdd()

getBegin

public Integer getBegin()

getEnd

public Integer getEnd()

getIndex

public int getIndex()

getStep

public Integer getStep()


Copyright © 2005 All Rights Reserved.