Package org.apache.struts2.util
Class MergeIteratorFilter
java.lang.Object
org.apache.struts2.util.IteratorFilterSupport
org.apache.struts2.util.MergeIteratorFilter
A bean that takes several iterators and outputs the merge of them. Used by
 MergeIteratorTag.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.struts2.util.IteratorFilterSupportIteratorFilterSupport.EnumerationIterator
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.struts2.util.IteratorFilterSupportgetIteratorMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Constructor Details- 
MergeIteratorFilterpublic MergeIteratorFilter()
 
- 
- 
Method Details- 
setSource
- 
executeDescription copied from interface:ActionWhere the logic of the action is executed.
- 
hasNextpublic boolean hasNext()
- 
next
- 
removepublic void remove()
 
-