Interface ExporterFilterFactory

    • 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