|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebwork.util.IteratorFilterSupport
webwork.util.MergeIteratorFilter
A bean that takes several iterators and outputs the merge of them.
Nested Class Summary |
Nested classes inherited from class webwork.util.IteratorFilterSupport |
IteratorFilterSupport.EnumerationIterator |
Field Summary |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
MergeIteratorFilter()
|
Method Summary | |
java.lang.String |
execute()
This method is where the logic of the action is executed. |
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
|
void |
setSource(java.lang.Object anIterator)
|
Methods inherited from class webwork.util.IteratorFilterSupport |
getIterator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MergeIteratorFilter()
Method Detail |
public void setSource(java.lang.Object anIterator)
public java.lang.String execute()
Action
execute
in interface Action
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |