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 1194861 2011-10-29 10:02:34Z struberg $
- 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 © 2012 The Apache Software Foundation. All Rights Reserved.