Class ElementPropertyExporterFilterFactory
java.lang.Object
net.sf.jasperreports.engine.export.ElementPropertyExporterFilterFactory
- All Implemented Interfaces:
ExporterFilterFactory
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFilter(JRExporterContext exporterContext) Returns an exporter filter to be used for a specific exporter context.
-
Field Details
-
PROPERTY_EXCLUDE_SUFFIX
The suffix of element exclusion properties. This suffix is appended to the exporter properties prefix, resulting in element exclusion properties such asnet.sf.jasperreports.export.xls.exclude.- See Also:
-
PROPERTY_DEFAULT_EXCLUDE
Default element exclusion property.- See Also:
-
-
Constructor Details
-
ElementPropertyExporterFilterFactory
public ElementPropertyExporterFilterFactory()
-
-
Method Details
-
getFilter
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 - Throws:
JRException
-