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$
Author:
Jacob Hookom
See Also:
  • Constructor Details

    • IterationStatus

      public IterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step, Object value)
  • Method Details

    • 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()