- All Superinterfaces:
- ExportView
- All Known Implementing Classes:
- BaseExportView
- public interface TextExportView
- extends ExportView
Main interface for exportViews which need to output character data.
- Version:
- $Revision: 720 $ ($Author: fgiust $)
|
Method Summary |
void |
doExport(java.io.Writer out)
Returns the exported content as a String. |
boolean |
outputPage()
If true exported data will be included in the html page. |
doExport
public void doExport(java.io.Writer out)
throws java.io.IOException,
javax.servlet.jsp.JspException
- Returns the exported content as a String.
outputPage
public boolean outputPage()
- If
true exported data will be included in the html page. actually not evaluated. Included
for future enhancements