|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Resource
org.apache.wicket.markup.html.WebResource
org.apache.wicket.markup.html.DynamicWebResource
org.wicketstuff.jasperreports.JRResource
org.wicketstuff.jasperreports.JRConcreteResource<PdfResourceHandler>
org.wicketstuff.jasperreports.JRPdfResource
@Deprecated public final class JRPdfResource
Resource class for jasper reports PDF resources.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.markup.html.DynamicWebResource |
|---|
org.apache.wicket.markup.html.DynamicWebResource.ResourceState |
| Field Summary |
|---|
| Fields inherited from interface org.apache.wicket.IResourceListener |
|---|
INTERFACE |
| Constructor Summary | |
|---|---|
JRPdfResource()
Deprecated. Construct without a report. |
|
JRPdfResource(java.io.File report)
Deprecated. Construct. |
|
JRPdfResource(java.io.InputStream report)
Deprecated. Construct. |
|
JRPdfResource(java.net.URL report)
Deprecated. Construct. |
|
| Method Summary |
|---|
| Methods inherited from class org.wicketstuff.jasperreports.JRConcreteResource |
|---|
getContentType, getExtension, getHandler, newExporter, setHandler |
| Methods inherited from class org.wicketstuff.jasperreports.JRResource |
|---|
getConnectionProvider, getFileName, getJasperReport, getReportDataSource, getReportParameters, getResourceState, newJasperPrint, setConnectionProvider, setFileName, setHeaders, setJasperReport, setReportDataSource, setReportParameters |
| Methods inherited from class org.apache.wicket.markup.html.DynamicWebResource |
|---|
getLocale, getResourceStream |
| Methods inherited from class org.apache.wicket.markup.html.WebResource |
|---|
configureResponse, getCacheDuration |
| Methods inherited from class org.apache.wicket.Resource |
|---|
getParameters, invalidate, isCacheable, onResourceRequested, setCacheable, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRPdfResource()
public JRPdfResource(java.io.InputStream report)
report - the report input streampublic JRPdfResource(java.net.URL report)
report - the report input streampublic JRPdfResource(java.io.File report)
report - the report input stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||