org.wicketstuff.jasperreports
Class JRPdfResource
java.lang.Object
org.apache.wicket.request.resource.AbstractResource
org.wicketstuff.jasperreports.JRResource
org.wicketstuff.jasperreports.JRConcreteResource<PdfResourceHandler>
org.wicketstuff.jasperreports.JRPdfResource
- All Implemented Interfaces:
- Serializable, org.apache.wicket.request.resource.IResource
Deprecated. Use JRConcreteResource(*, new PdfResourceHandler())
@Deprecated
public final class JRPdfResource
- extends JRConcreteResource<PdfResourceHandler>
Resource class for jasper reports PDF resources.
- Author:
- Eelco Hillenius, cdeal
- See Also:
- Serialized Form
| Methods inherited from class org.wicketstuff.jasperreports.JRResource |
getConnectionProvider, getContentDisposition, getExporterData, getFileName, getJasperReport, getReportDataSource, getReportParameters, newJasperPrint, newResourceResponse, setConnectionProvider, setFileName, setJasperReport, setReportDataSource, setReportParameters |
| Methods inherited from class org.apache.wicket.request.resource.AbstractResource |
configureCache, respond |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRPdfResource
public JRPdfResource()
- Deprecated.
- Construct without a report. You must provide a report before you can use
this resource.
JRPdfResource
public JRPdfResource(InputStream report)
- Deprecated.
- Construct.
- Parameters:
report - the report input stream
JRPdfResource
public JRPdfResource(URL report)
- Deprecated.
- Construct.
- Parameters:
report - the report input stream
JRPdfResource
public JRPdfResource(File report)
- Deprecated.
- Construct.
- Parameters:
report - the report input stream
Copyright © 2005-2011 Wicket developers. All Rights Reserved.