dori.jasper.engine
Class JRAbstractExporter
java.lang.Object
dori.jasper.engine.JRAbstractExporter
- All Implemented Interfaces:
- JRExporter
- Direct Known Subclasses:
- JRCsvExporter, JRGraphics2DExporter, JRHtmlExporter, JRPdfExporter, JRPrintServiceExporter, JRXlsExporter, JRXmlExporter
- public abstract class JRAbstractExporter
- extends java.lang.Object
- implements JRExporter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parameters
protected java.util.Map parameters
jasperPrint
protected JasperPrint jasperPrint
startPageIndex
protected int startPageIndex
endPageIndex
protected int endPageIndex
JRAbstractExporter
public JRAbstractExporter()
setParameter
public void setParameter(JRExporterParameter parameter,
java.lang.Object value)
- Specified by:
setParameter
in interface JRExporter
getParameter
public java.lang.Object getParameter(JRExporterParameter parameter)
- Specified by:
getParameter
in interface JRExporter
setParameters
public void setParameters(java.util.Map parameters)
- Specified by:
setParameters
in interface JRExporter
getParameters
public java.util.Map getParameters()
- Specified by:
getParameters
in interface JRExporter
exportReport
public abstract void exportReport()
throws JRException
- Specified by:
exportReport
in interface JRExporter
- Throws:
JRException
setInput
protected void setInput()
throws JRException
- Throws:
JRException
setPageRange
protected void setPageRange()
throws JRException
- Throws:
JRException
setOutput
protected void setOutput()
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.