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()
           
 Object next()
           
 

Method Detail

hasNext

boolean hasNext()
                throws javax.servlet.jsp.JspTagException
Throws:
javax.servlet.jsp.JspTagException

next

Object next()
            throws javax.servlet.jsp.JspTagException
Throws:
javax.servlet.jsp.JspTagException


Copyright (c) 1999-2011 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.