|
PageMixer API - 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstraction of data provider for data insetting filter.
Some filters need data set to inset it in token sequene.
Those data sets can not be prepared,
because those often depend on execution context
(e.g.: calculated attribute from
HttpServletRequest#getAttribute
).
There should be many ways to hold those context depend data sets. - means "you can hold those in many ways" -, and so, data set getting implementations should be hidden.
This interface provides abstraction of getting to context depend data set.
In fact,
all classes depending on this have method
to get Iterator
from this,
and that method makes this class useless.
So this class will be abolished at next major version up.
SequenceDataIterationFilter
Method Summary | |
java.util.Iterator |
provide()
Get iterator to get data set. |
Method Detail |
public java.util.Iterator provide()
|
PageMixer API - 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |