org.richfaces.iterator
Interface ForEachIterator

All Known Implementing Classes:
SimpleForEachIterator

public interface ForEachIterator

TODO Class description goes here.

Author:
"Andrey Markavtsov"

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

Method Detail

hasNext

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

next

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

getVarReplacement

java.lang.String getVarReplacement()


Copyright © 2010. All Rights Reserved.