Class Summary |
BeanSourceConverter |
Converter implementation which transforms the data into
a bean or an array of beans. |
CsvSourceConverter |
Converter implementation which obtains a CSV data source
from an existant resource. |
CsvSourceConverter.CsvReportSource |
|
DatabaseSourceConverter |
Base converter class for source converters which can obtain
a JDBC connection from the value to be converted. |
JasperFileReportConverter |
|
JdbcSourceConverter |
Converter implementation which obtains a JDBC connection
from a JDBC url and some additional attributes added to the
requesting component. |
JndiSourceConverter |
Converter implementation which obtains a JDBC connection
from a JNDI datasource name. |
MapSourceConverter |
Converter implementation which transforms the received
value into a map or an array of maps. |
ReportConverterBase |
|
ResultSetSourceConverter |
|
SourceConverterBase |
Base source converter class. |
SourceFileReportConverter |
|
XlsSourceConverter |
Converter implementation which obtains a XLS data source
from an existant resource. |
XmlSourceConverter |
Converter implementation which obtains an XML data source
from an existant resource. |