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.3 2006/03/19 03:11:35 jhook 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 isFirst()
           
 boolean isLast()
           
 
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()

getBegin

public Integer getBegin()

getEnd

public Integer getEnd()

getIndex

public int getIndex()

getStep

public Integer getStep()


Copyright © 2005 All Rights Reserved.