|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextExportView
Main interface for exportViews which need to output character data.
| 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. |
| Methods inherited from interface org.displaytag.export.ExportView |
|---|
getMimeType, setParameters |
| Method Detail |
|---|
void doExport(java.io.Writer out)
throws java.io.IOException,
javax.servlet.jsp.JspException
out - output writer
java.io.IOException - for exceptions in accessing the output stream
javax.servlet.jsp.JspException - for other exceptions during exportboolean outputPage()
true exported data will be included in the html page. actually not evaluated. Included
for future enhancements
true if exported data should be included in the html page
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||