org.apache.myfaces.view.facelets.tag.jstl.core
Class IterationStatus

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.Integer getBegin()
           
 java.lang.Integer getCount()
           
 java.lang.Object getCurrent()
           
 java.lang.Integer getEnd()
           
 int getIndex()
           
 java.lang.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,
                       java.lang.Integer begin,
                       java.lang.Integer end,
                       java.lang.Integer step,
                       java.lang.Object value)
Method Detail

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.