org.apache.myfaces.tobago.taglib.component
Class ForEachTag.IterationHelper

java.lang.Object
  extended by org.apache.myfaces.tobago.taglib.component.ForEachTag.IterationHelper
Enclosing class:
ForEachTag

public static class ForEachTag.IterationHelper
extends Object


Field Summary
static int ALL
           
 
Constructor Summary
ForEachTag.IterationHelper()
           
 
Method Summary
 void init(String replacement, String var, int position, int stop, int step, Object[] keys)
           
 boolean next()
           
 String replace(String binding)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final int ALL
See Also:
Constant Field Values
Constructor Detail

ForEachTag.IterationHelper

public ForEachTag.IterationHelper()
Method Detail

next

public boolean next()

replace

public String replace(String binding)

reset

public void reset()

init

public void init(String replacement,
                 String var,
                 int position,
                 int stop,
                 int step,
                 Object[] keys)


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.