com.sun.facelets.tag.jstl.core
Class IterationStatus
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IterationStatus
public IterationStatus(boolean first,
boolean last,
int index,
Integer begin,
Integer end,
Integer step)
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.