org.wicketstuff.jasperreports
Interface IJasperReportFactory
- All Superinterfaces:
- java.io.Serializable
public interface IJasperReportFactory
- extends java.io.Serializable
Factory class for lazy initialization of the jasper report.
|
Method Summary |
net.sf.jasperreports.engine.JasperReport |
newJasperReport()
Create a jasper report instance. |
newJasperReport
net.sf.jasperreports.engine.JasperReport newJasperReport()
throws net.sf.jasperreports.engine.JRException
- Create a jasper report instance.
- Returns:
- the new jasper report instance.
- Throws:
net.sf.jasperreports.engine.JRException
Copyright © 2005-2010 Wicket developers. All Rights Reserved.