Save This Page
Home » displaytag-1.1.1-src » org » displaytag » filter » [javadoc | source]
org.displaytag.filter
public final class: ExportDelegate [javadoc | source]
java.lang.Object
   org.displaytag.filter.ExportDelegate
Actually writes out the content of the wrapped response. Used by the j2ee filter and the Spring interceptor implementations.
Method from org.displaytag.filter.ExportDelegate Summary:
writeExport
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.displaytag.filter.ExportDelegate Detail:
 protected static  void writeExport(HttpServletResponse response,
    ServletRequest request,
    BufferedResponseWrapper wrapper) throws IOException 
    Actually writes exported data. Extracts content from the Map stored in request with the TableTag.FILTER_CONTENT_OVERRIDE_BODY key.