@Deprecated public final class JRTextResource extends JRConcreteResource<TextResourceHandler>
org.apache.wicket.request.resource.AbstractResource.ContentRangeType, org.apache.wicket.request.resource.AbstractResource.ResourceResponse, org.apache.wicket.request.resource.AbstractResource.WriteCallback
Constructor and Description |
---|
JRTextResource()
Deprecated.
Construct without a report.
|
JRTextResource(File report)
Deprecated.
Construct.
|
JRTextResource(InputStream report)
Deprecated.
Construct.
|
JRTextResource(URL report)
Deprecated.
Construct.
|
Modifier and Type | Method and Description |
---|---|
int |
getPageHeight()
Deprecated.
Gets page height.
|
int |
getPageWidth()
Deprecated.
Gets page width.
|
void |
setPageHeight(int height)
Deprecated.
Sets page height.
|
void |
setPageWidth(int width)
Deprecated.
Sets page width.
|
getContentType, getExtension, getHandler, newExporter, setHandler
getConnectionProvider, getContentDisposition, getExporterData, getFileName, getJasperReport, getReportDataSource, getReportParameters, newJasperPrint, newResourceResponse, setConnectionProvider, setFileName, setJasperReport, setReportDataSource, setReportParameters
public JRTextResource()
public JRTextResource(InputStream report)
report
- the report input streampublic JRTextResource(URL report)
report
- the report input streampublic JRTextResource(File report)
report
- the report input streampublic int getPageHeight()
public void setPageHeight(int height)
height
- an integer representing the page height in characterspublic int getPageWidth()
public void setPageWidth(int width)
width
- an integer representing the page width in charactersCopyright © 2015. All rights reserved.