Package net.sf.jasperreports.export
Class PropertiesExporterConfigurationFactory<C extends CommonExportConfiguration>
- java.lang.Object
-
- net.sf.jasperreports.export.PropertiesExporterConfigurationFactory<C>
-
public class PropertiesExporterConfigurationFactory<C extends CommonExportConfiguration> extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXCEPTION_MESSAGE_KEY_EXPORT_PROPERTIES_EMPTY_STRING_DEFAULT_NOT_SUPPORTED
static String
EXCEPTION_MESSAGE_KEY_EXPORT_PROPERTIES_TYPE_NOT_SUPPORTED
-
Constructor Summary
Constructors Constructor Description PropertiesExporterConfigurationFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
getPropertyValue(JasperReportsContext jasperReportsContext, JRPropertiesHolder propertiesHolder, ExporterProperty exporterProperty, Class<?> type)
FIXMEEXPORT this static method can be moved
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_EXPORT_PROPERTIES_EMPTY_STRING_DEFAULT_NOT_SUPPORTED
public static final String EXCEPTION_MESSAGE_KEY_EXPORT_PROPERTIES_EMPTY_STRING_DEFAULT_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
EXCEPTION_MESSAGE_KEY_EXPORT_PROPERTIES_TYPE_NOT_SUPPORTED
public static final String EXCEPTION_MESSAGE_KEY_EXPORT_PROPERTIES_TYPE_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPropertyValue
public static Object getPropertyValue(JasperReportsContext jasperReportsContext, JRPropertiesHolder propertiesHolder, ExporterProperty exporterProperty, Class<?> type)
FIXMEEXPORT this static method can be moved
-
-