public class ExporterFilterContainer extends Object implements ResetableExporterFilter
isToExport(JRPrintElement)| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_MESSAGE_KEY_NULL_FILTERS_LIST |
| Constructor and Description |
|---|
ExporterFilterContainer(List<ExporterFilter> filters)
Constructs a container for a list of exporter filters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isToExport(JRPrintElement element)
Returns
true if the element is not filtered by any of
the contained filters. |
void |
reset()
Clears the filter's internal cache that might have built up during use.
|
public static final String EXCEPTION_MESSAGE_KEY_NULL_FILTERS_LIST
public ExporterFilterContainer(List<ExporterFilter> filters)
filters - the list of filterspublic boolean isToExport(JRPrintElement element)
true if the element is not filtered by any of
the contained filters.isToExport in interface ExporterFilterpublic void reset()
ResetableExporterFilterreset in interface ResetableExporterFilterCopyright © 2017. All rights reserved.