Package org.wicketstuff.jasperreports

Interface Summary
IDatabaseConnectionProvider Provides JDBC connection.
IJasperReportFactory Factory class for lazy initialization of the jasper report.
 

Class Summary
EmbeddedJRReport Component for embedding a jasper report in a page.
JRConcreteResource<H extends IJRResourceHandler> A concrete implementation of a JRResource that delegates the common methods to a handler
JRCsvResource Deprecated. Use JRConcreteResource(*, new CsvResourceHandler())
JRHtmlResource Deprecated. Use JRConcreteResource(*, new HtmlResourceHandler())
JRImageResource Resource class for jasper reports PDF resources.
JRPdfResource Deprecated. Use JRConcreteResource(*, new PdfResourceHandler())
JRResource Base class for jasper reports resources.
JRRtfResource Deprecated. Use JRConcreteResource(*, new RtfResourceHandler())
JRTextResource Deprecated. Use JRConcreteResource(*, new TextResourceHandler())
JRXlsResource Deprecated. Use JRConcreteResource(*, new XlsResourceHandler())
 



Copyright © 2005-2010 Wicket developers. All Rights Reserved.