|
||||||||||
| 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<RtfResourceHandler>
org.wicketstuff.jasperreports.JRRtfResource
@Deprecated public final class JRRtfResource
Resource class for jasper reports RTF 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 | |
|---|---|
JRRtfResource()
Deprecated. Construct without a report. |
|
JRRtfResource(java.io.File report)
Deprecated. Construct. |
|
JRRtfResource(java.io.InputStream report)
Deprecated. Construct. |
|
JRRtfResource(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 JRRtfResource()
public JRRtfResource(java.io.InputStream report)
report - the report input streampublic JRRtfResource(java.net.URL report)
report - the report input streampublic JRRtfResource(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 | |||||||||