org.apache.taglibs.standard.tag.common.core
Interface ForEachSupport.ForEachIterator

All Known Implementing Classes:
ForEachSupport.SimpleForEachIterator
Enclosing class:
ForEachSupport

protected static interface ForEachSupport.ForEachIterator


Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 

Method Detail

hasNext

boolean hasNext()
                throws JspTagException
Throws:
JspTagException

next

java.lang.Object next()
                      throws JspTagException
Throws:
JspTagException


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.