Uses of Interface
net.sf.jasperreports.engine.export.ExporterFilterFactory
-
Packages that use ExporterFilterFactory Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc. -
-
Uses of ExporterFilterFactory in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export that implement ExporterFilterFactory Modifier and Type Class Description classDefaultExporterFilterFactoryDefault exporter filter factory.classElementKeyExporterFilterFactoryFactory ofElementKeyExporterFilterinstances.classElementPropertyExporterFilterFactoryclassJROriginExporterFilterFactoryFactory ofJROriginExporterFilterinstances.classMatcherExporterFilterFactoryFactory ofMatcherExporterFilterinstances.Methods in net.sf.jasperreports.engine.export that return ExporterFilterFactory Modifier and Type Method Description protected ExporterFilterFactoryDefaultExporterFilterFactory. getFilterFactory(String factoryClassName)static ExporterFilterFactoryExporterFilterFactoryUtil. getFilterFactory(String factoryClassName)Returns an exporter filter factory based on a factory class name.Methods in net.sf.jasperreports.engine.export that return types with arguments of type ExporterFilterFactory Modifier and Type Method Description protected List<ExporterFilterFactory>DefaultExporterFilterFactory. getAllFilterFactories(JasperReportsContext jasperReportsContext, JasperPrint report)
-