public class ExporterFilterContainer extends java.lang.Object implements ResetableExporterFilter
isToExport(JRPrintElement)
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXCEPTION_MESSAGE_KEY_NULL_FILTERS_LIST |
Constructor and Description |
---|
ExporterFilterContainer(java.util.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 java.lang.String EXCEPTION_MESSAGE_KEY_NULL_FILTERS_LIST
public ExporterFilterContainer(java.util.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 ExporterFilter
public void reset()
ResetableExporterFilter
reset
in interface ResetableExporterFilter
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com