Package net.sf.jasperreports.jsf.engine.converters

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.
 

Exception Summary
DatabaseSourceException Exception thrown when a database source converter throws any database related exception.
InvalidDatabaseDriverException Exception to inform that the user has specified an valid class name as the database driver.
NullDataSourceException  
QueryExecutionException Exception thrown when any database related error happens in the moment of obtaing the results of the specified query.
UnpreparedStatementException Exception thrown when the database converter can not prepare the query statement.
 



Copyright © 2011 SourceForge.net. All Rights Reserved.