org.apache.cocoon.generation
Class JXTemplateGenerator.LoopTagStatus

java.lang.Object
  extended by org.apache.cocoon.generation.JXTemplateGenerator.LoopTagStatus
Enclosing class:
JXTemplateGenerator

public static class JXTemplateGenerator.LoopTagStatus
extends Object


Constructor Summary
JXTemplateGenerator.LoopTagStatus()
           
 
Method Summary
 int getBegin()
           
 int getCount()
           
 Object getCurrent()
           
 int getEnd()
           
 int getIndex()
           
 int 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

JXTemplateGenerator.LoopTagStatus

public JXTemplateGenerator.LoopTagStatus()
Method Detail

getCurrent

public Object getCurrent()

getIndex

public int getIndex()

getCount

public int getCount()

isFirst

public boolean isFirst()

isLast

public boolean isLast()

getBegin

public int getBegin()

getEnd

public int getEnd()

getStep

public int getStep()


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