org.apache.myfaces.view.facelets.tag.jstl.core
Class IterationStatus
java.lang.Object
org.apache.myfaces.view.facelets.tag.jstl.core.IterationStatus
- All Implemented Interfaces:
- java.io.Serializable
public final class IterationStatus
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Id: IterationStatus.java,v 1.4 2008/07/13 19:01:43 rlubke Exp $
- Author:
- Jacob Hookom
- See Also:
- Serialized Form
Constructor Summary |
IterationStatus(boolean first,
boolean last,
int index,
java.lang.Integer begin,
java.lang.Integer end,
java.lang.Integer step,
java.lang.Object value)
|
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,
java.lang.Integer begin,
java.lang.Integer end,
java.lang.Integer step,
java.lang.Object value)
isFirst
public boolean isFirst()
isLast
public boolean isLast()
getBegin
public java.lang.Integer getBegin()
getCount
public java.lang.Integer getCount()
getCurrent
public java.lang.Object getCurrent()
getEnd
public java.lang.Integer getEnd()
getIndex
public int getIndex()
getStep
public java.lang.Integer getStep()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.