Interface ExporterFilterFactory
-
- All Known Implementing Classes:
DefaultExporterFilterFactory,ElementKeyExporterFilterFactory,ElementPropertyExporterFilterFactory,JROriginExporterFilterFactory,MatcherExporterFilterFactory
public interface ExporterFilterFactoryA factory ofExporterFilterinstances.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExporterFiltergetFilter(JRExporterContext exporterContext)Returns an exporter filter to be used for a specific exporter context.
-
-
-
Method Detail
-
getFilter
ExporterFilter getFilter(JRExporterContext exporterContext) throws JRException
Returns an exporter filter to be used for a specific exporter context. This method can returnnullif nothing is to be filtered.- Parameters:
exporterContext- the exporter context- Returns:
- an export filter for the exporter, or
nullif nothing is to be filtered - Throws:
JRException
-
-