|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwebwork.util.IteratorFilterSupport
webwork.util.AppendIteratorFilter
A bean that takes several iterators and outputs them in sequence
| 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 | |
AppendIteratorFilter()
|
|
| 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 AppendIteratorFilter()
| Method Detail |
public void setSource(java.lang.Object anIterator)
public java.lang.String execute()
Action
execute in interface Actionpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||