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:
- Serializable
public final class IterationStatus
- extends Object
- implements Serializable
- Version:
- $Id: IterationStatus.java,v 1.4 2008/07/13 19:01:43 rlubke 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,
Object value)
isFirst
public boolean isFirst()
isLast
public boolean isLast()
getBegin
public Integer getBegin()
getCount
public Integer getCount()
getCurrent
public Object getCurrent()
getEnd
public Integer getEnd()
getIndex
public int getIndex()
getStep
public Integer getStep()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.