net.sf.jasperreports.engine.export
Interface ExporterFilterFactory

All Known Implementing Classes:
DefaultExporterFilterFactory, ElementKeyExporterFilterFactory, JROriginExporterFilterFactory

public interface ExporterFilterFactory

A factory of ExporterFilter instances.

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

Method Summary
 ExporterFilter getFilter(JRExporterContext exporterContext)
          Returns an exporter filter to be used for a specific exporter context.
 

Method Detail

getFilter

ExporterFilter getFilter(JRExporterContext exporterContext)
                         throws JRException
Returns an exporter filter to be used for a specific exporter context. This method can return null if nothing is to be filtered.

Parameters:
exporterContext - the exporter context
Returns:
an export filter for the exporter, or null if nothing is to be filtered
Throws:
JRException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com