Class MatcherExporterFilter
- java.lang.Object
-
- net.sf.jasperreports.engine.export.MatcherExporterFilter
-
- All Implemented Interfaces:
ExporterFilter
public class MatcherExporterFilter extends Object implements ExporterFilter
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_MATCHER_EXPORT_FILTER_KEY
-
Constructor Summary
Constructors Constructor Description MatcherExporterFilter(Set<String> includes, Set<String> excludes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MatcherExporterFilter
getInstance(JRExporterContext exporterContext)
boolean
isToExport(JRPrintElement element)
-
-
-
Field Detail
-
PROPERTY_MATCHER_EXPORT_FILTER_KEY
public static final String PROPERTY_MATCHER_EXPORT_FILTER_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
isToExport
public boolean isToExport(JRPrintElement element)
- Specified by:
isToExport
in interfaceExporterFilter
-
getInstance
public static MatcherExporterFilter getInstance(JRExporterContext exporterContext)
-
-