Package net.sf.jasperreports.export
Class PropertiesDefaultsConfigurationFactory<C extends CommonExportConfiguration>
- java.lang.Object
-
- net.sf.jasperreports.export.PropertiesDefaultsConfigurationFactory<C>
-
public class PropertiesDefaultsConfigurationFactory<C extends CommonExportConfiguration> extends java.lang.Object- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description PropertiesDefaultsConfigurationFactory(JasperReportsContext jasperReportsContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CgetConfiguration(java.lang.Class<C> configurationInterface)protected java.lang.ObjectgetPropertyValue(java.lang.reflect.Method method)static java.lang.ObjectgetPropertyValue(JasperReportsContext jasperReportsContext, ExporterProperty exporterProperty, java.lang.Class<?> type)
-
-
-
Constructor Detail
-
PropertiesDefaultsConfigurationFactory
public PropertiesDefaultsConfigurationFactory(JasperReportsContext jasperReportsContext)
-
-
Method Detail
-
getPropertyValue
protected java.lang.Object getPropertyValue(java.lang.reflect.Method method)
-
getPropertyValue
public static java.lang.Object getPropertyValue(JasperReportsContext jasperReportsContext, ExporterProperty exporterProperty, java.lang.Class<?> type)
-
-