org.apache.cocoon.template.instruction
Class LoopTagStatus
java.lang.Object
org.apache.cocoon.template.instruction.LoopTagStatus
public class LoopTagStatus
- extends Object
- Version:
- SVN $Id: LoopTagStatus.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoopTagStatus
public LoopTagStatus()
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-2010 The Apache Software Foundation. All Rights Reserved.