public class PreFilteringListProcessor<I,O> extends AbstractListProcessor<I,O>
Constructor and Description |
---|
PreFilteringListProcessor() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<O> |
afterProcessing(java.util.List<O> items)
After processing.
|
protected java.util.List<I> |
beforeProcessing(java.util.List<I> items)
Before processing.
|
ListFilter<I> |
getListFilter() |
void |
setListFilter(ListFilter<I> listFilter) |
getDelegate, process, setDelegate
protected java.util.List<I> beforeProcessing(java.util.List<I> items)
AbstractListProcessor
beforeProcessing
in class AbstractListProcessor<I,O>
items
- the itemsprotected java.util.List<O> afterProcessing(java.util.List<O> items)
AbstractListProcessor
afterProcessing
in class AbstractListProcessor<I,O>
items
- the itemspublic ListFilter<I> getListFilter()
public void setListFilter(ListFilter<I> listFilter)