Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.displaytag.export
Interface TextExportView  view TextExportView download TextExportView.java

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.
 
Methods inherited from interface org.displaytag.export.ExportView
getMimeType, setParameters
 

Method Detail

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