org.displaytag.export
Interface BinaryExportView
- All Superinterfaces:
- ExportView
- All Known Implementing Classes:
- PdfView
- public interface BinaryExportView
- extends ExportView
Main interface for exportViews which need to output binary data.
- Version:
- $Revision: 1.3 $ ($Author: fgiust $)
- Author:
- Fabrizio Giustina
|
Method Summary |
void |
doExport(java.io.OutputStream out)
Returns the exported content as a String. |
doExport
public void doExport(java.io.OutputStream out)
throws java.io.IOException,
javax.servlet.jsp.JspException
- Returns the exported content as a String.
- Parameters:
out - output writer
- Throws:
java.io.IOException - for exceptions in accessing the output stream
javax.servlet.jsp.JspException - for other exceptions during export
Copyright © 2002-2005 the Displaytag team. All Rights Reserved.