net.sf.jasperreports.engine.export
Class ExporterFilterContainer

java.lang.Object
  extended by net.sf.jasperreports.engine.export.ExporterFilterContainer
All Implemented Interfaces:
ExporterFilter

public class ExporterFilterContainer
extends java.lang.Object
implements ExporterFilter

An exporter filter that consists of several exporter filter, and filters elements through each of them.

Version:
$Id: ExporterFilterContainer.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
isToExport(JRPrintElement)

Constructor Summary
ExporterFilterContainer(java.util.List<ExporterFilter> filters)
          Constructs a container for a list of exporter filters.
 
Method Summary
 boolean isToExport(JRPrintElement element)
          Returns true if the element is not filtered by any of the contained filters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExporterFilterContainer

public ExporterFilterContainer(java.util.List<ExporterFilter> filters)
Constructs a container for a list of exporter filters.

Parameters:
filters - the list of filters
Method Detail

isToExport

public boolean isToExport(JRPrintElement element)
Returns true if the element is not filtered by any of the contained filters.

Specified by:
isToExport in interface ExporterFilter


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com