org.wicketstuff.jasperreports
Class JRPdfResource

java.lang.Object
  extended by org.apache.wicket.Resource
      extended by org.apache.wicket.markup.html.WebResource
          extended by org.apache.wicket.markup.html.DynamicWebResource
              extended by org.wicketstuff.jasperreports.JRResource
                  extended by org.wicketstuff.jasperreports.JRConcreteResource<PdfResourceHandler>
                      extended by org.wicketstuff.jasperreports.JRPdfResource
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable, org.apache.wicket.IRequestListener, org.apache.wicket.IResourceListener

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

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

JRPdfResource

public JRPdfResource()
Deprecated. 
Construct without a report. You must provide a report before you can use this resource.


JRPdfResource

public JRPdfResource(java.io.InputStream report)
Deprecated. 
Construct.

Parameters:
report - the report input stream

JRPdfResource

public JRPdfResource(java.net.URL report)
Deprecated. 
Construct.

Parameters:
report - the report input stream

JRPdfResource

public JRPdfResource(java.io.File report)
Deprecated. 
Construct.

Parameters:
report - the report input stream


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