Class MatcherExporterFilterFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.export.MatcherExporterFilterFactory
-
- All Implemented Interfaces:
ExporterFilterFactory
public class MatcherExporterFilterFactory extends Object implements ExporterFilterFactory
Factory ofMatcherExporterFilterinstances.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
JROriginExporterFilter.getFilter(JasperReportsContext, JRPropertiesMap, String)
-
-
Constructor Summary
Constructors Constructor Description MatcherExporterFilterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExporterFiltergetFilter(JRExporterContext exporterContext)Returns an exporter filter to be used for a specific exporter context.
-
-
-
Method Detail
-
getFilter
public ExporterFilter getFilter(JRExporterContext exporterContext)
Description copied from interface:ExporterFilterFactoryReturns an exporter filter to be used for a specific exporter context. This method can returnnullif nothing is to be filtered.- Specified by:
getFilterin interfaceExporterFilterFactory- Parameters:
exporterContext- the exporter context- Returns:
- an export filter for the exporter, or
nullif nothing is to be filtered
-
-