org.wicketstuff.jasperreports
Class JRHtmlResource
java.lang.Object
org.apache.wicket.request.resource.AbstractResource
org.wicketstuff.jasperreports.JRResource
org.wicketstuff.jasperreports.JRConcreteResource<HtmlResourceHandler>
org.wicketstuff.jasperreports.JRHtmlResource
- All Implemented Interfaces:
- Serializable, org.apache.wicket.request.resource.IResource
Deprecated. Use JRConcreteResource(*, new HtmlResourceHandler())
@Deprecated
public final class JRHtmlResource
- extends JRConcreteResource<HtmlResourceHandler>
Resource class for jasper reports HTML 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 |
JRHtmlResource
public JRHtmlResource()
- Deprecated.
- Construct without a report. You must provide a report before you can use
this resource.
JRHtmlResource
public JRHtmlResource(InputStream report)
- Deprecated.
- Construct.
- Parameters:
report - the report input stream
JRHtmlResource
public JRHtmlResource(URL report)
- Deprecated.
- Construct.
- Parameters:
report - the report input stream
JRHtmlResource
public JRHtmlResource(File report)
- Deprecated.
- Construct.
- Parameters:
report - the report input stream
Copyright © 2005-2011 Wicket developers. All Rights Reserved.