Uses of Interface
net.sf.jasperreports.engine.export.ExporterFilterFactory

Packages that use ExporterFilterFactory
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
 

Uses of ExporterFilterFactory in net.sf.jasperreports.engine.export
 

Classes in net.sf.jasperreports.engine.export that implement ExporterFilterFactory
 class DefaultExporterFilterFactory
          Default exporter filter factory.
 class ElementKeyExporterFilterFactory
          Factory of ElementKeyExporterFilter instances.
 class JROriginExporterFilterFactory
          Factory of JROriginExporterFilter instances.
 

Methods in net.sf.jasperreports.engine.export that return ExporterFilterFactory
static ExporterFilterFactory ExporterFilterFactoryUtil.getFilterFactory(java.lang.String factoryClassName)
          Returns an exporter filter factory based on a factory class name.
protected  ExporterFilterFactory DefaultExporterFilterFactory.getFilterFactory(java.lang.String factoryClassName)
           
 

Methods in net.sf.jasperreports.engine.export that return types with arguments of type ExporterFilterFactory
protected  java.util.List<ExporterFilterFactory> DefaultExporterFilterFactory.getAllFilterFactories(JasperPrint report)
          Deprecated. Replaced by DefaultExporterFilterFactory.getAllFilterFactories(JasperReportsContext, JasperPrint).
protected  java.util.List<ExporterFilterFactory> DefaultExporterFilterFactory.getAllFilterFactories(JasperReportsContext jasperReportsContext, JasperPrint report)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com