org.apache.cocoon.template.instruction
Class LoopTagStatus

java.lang.Object
  extended byorg.apache.cocoon.template.instruction.LoopTagStatus

public class LoopTagStatus
extends Object

Version:
SVN $Id: LoopTagStatus.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Constructor Summary
LoopTagStatus()
           
 
Method Summary
 int getBegin()
           
 int getCount()
           
 Object getCurrent()
           
 int getEnd()
           
 int getIndex()
           
 int getStep()
           
 boolean isFirst()
           
 boolean isLast()
           
 void setBegin(int begin)
           
 void setCount(int count)
           
 void setCurrent(Object current)
           
 void setEnd(int end)
           
 void setFirst(boolean first)
           
 void setIndex(int index)
           
 void setLast(boolean last)
           
 void setStep(int step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoopTagStatus

public LoopTagStatus()
Method Detail

setBegin

public void setBegin(int begin)

getBegin

public int getBegin()

setEnd

public void setEnd(int end)

getEnd

public int getEnd()

setStep

public void setStep(int step)

getStep

public int getStep()

setFirst

public void setFirst(boolean first)

isFirst

public boolean isFirst()

setIndex

public void setIndex(int index)

getIndex

public int getIndex()

setCount

public void setCount(int count)

getCount

public int getCount()

setCurrent

public void setCurrent(Object current)

getCurrent

public Object getCurrent()

setLast

public void setLast(boolean last)

isLast

public boolean isLast()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.