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 3033 2009-08-27 11:46:22Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
isToExport(JRPrintElement)

Constructor Summary
ExporterFilterContainer(java.util.List 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 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-2009 Jaspersoft Corporation www.jaspersoft.com