org.wicketstuff.jasperreports
Class JRRtfResource

java.lang.Object
  extended by org.apache.wicket.request.resource.AbstractResource
      extended by org.wicketstuff.jasperreports.JRResource
          extended by org.wicketstuff.jasperreports.JRConcreteResource<RtfResourceHandler>
              extended by org.wicketstuff.jasperreports.JRRtfResource
All Implemented Interfaces:
Serializable, org.apache.wicket.request.resource.IResource

Deprecated. Use JRConcreteResource(*, new RtfResourceHandler())

@Deprecated
public final class JRRtfResource
extends JRConcreteResource<RtfResourceHandler>

Resource class for jasper reports RTF resources.

Author:
Eelco Hillenius, cdeal
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wicket.request.resource.AbstractResource
org.apache.wicket.request.resource.AbstractResource.ResourceResponse, org.apache.wicket.request.resource.AbstractResource.WriteCallback
 
Nested classes/interfaces inherited from interface org.apache.wicket.request.resource.IResource
org.apache.wicket.request.resource.IResource.Attributes
 
Constructor Summary
JRRtfResource()
          Deprecated. Construct without a report.
JRRtfResource(File report)
          Deprecated. Construct.
JRRtfResource(InputStream report)
          Deprecated. Construct.
JRRtfResource(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, 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
 

Constructor Detail

JRRtfResource

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


JRRtfResource

public JRRtfResource(InputStream report)
Deprecated. 
Construct.

Parameters:
report - the report input stream

JRRtfResource

public JRRtfResource(URL report)
Deprecated. 
Construct.

Parameters:
report - the report input stream

JRRtfResource

public JRRtfResource(File report)
Deprecated. 
Construct.

Parameters:
report - the report input stream


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