|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.request.resource.AbstractResource
org.wicketstuff.jasperreports.JRResource
org.wicketstuff.jasperreports.JRConcreteResource<TextResourceHandler>
org.wicketstuff.jasperreports.JRTextResource
@Deprecated public final class JRTextResource
Resource class for jasper reports text resources.
| 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 | |
|---|---|
JRTextResource()
Deprecated. Construct without a report. |
|
JRTextResource(File report)
Deprecated. Construct. |
|
JRTextResource(InputStream report)
Deprecated. Construct. |
|
JRTextResource(URL report)
Deprecated. Construct. |
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
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 stream| Method Detail |
|---|
public 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 characters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||