Class MatcherExporterFilterFactory

    • Constructor Detail

      • MatcherExporterFilterFactory

        public MatcherExporterFilterFactory()
    • Method Detail

      • getFilter

        public ExporterFilter getFilter​(JRExporterContext exporterContext)
        Description copied from interface: ExporterFilterFactory
        Returns an exporter filter to be used for a specific exporter context. This method can return null if nothing is to be filtered.
        Specified by:
        getFilter in interface ExporterFilterFactory
        Parameters:
        exporterContext - the exporter context
        Returns:
        an export filter for the exporter, or null if nothing is to be filtered