Package org.apache.struts2.util
Class AppendIteratorFilter
java.lang.Object
org.apache.struts2.util.IteratorFilterSupport
org.apache.struts2.util.AppendIteratorFilter
A bean that takes several iterators and outputs them in sequence
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.struts2.util.IteratorFilterSupport
IteratorFilterSupport.EnumerationIterator
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.struts2.util.IteratorFilterSupport
getIterator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
AppendIteratorFilter
public AppendIteratorFilter()
-
-
Method Details
-
setSource
-
execute
Description copied from interface:Action
Where the logic of the action is executed. -
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-