de.spieleck.app.jacson
Interface JacsonPrintReport
- All Superinterfaces:
- JacsonReport, JacsonStately
- All Known Implementing Classes:
- MultiReport, PrintingReport, XSLTReport
- public interface JacsonPrintReport
- extends JacsonReport
A JacsonReport
that writes to a PrintWriter.
- Author:
- fsn
Method Summary |
void |
setOutputStream(java.io.OutputStream os)
Or consume an OutputStream directly |
void |
setPrintWriter(java.io.PrintWriter pw)
Either consume the PrintWriter directly |
setPrintWriter
public void setPrintWriter(java.io.PrintWriter pw)
throws JacsonConfigException
- Either consume the PrintWriter directly
- Throws:
JacsonConfigException
setOutputStream
public void setOutputStream(java.io.OutputStream os)
throws JacsonConfigException
- Or consume an OutputStream directly
- Throws:
JacsonConfigException
Copyleft 2002 spieleck.de.