|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.displaytag.filter.ExportDelegate
public final class ExportDelegate
Actually writes out the content of the wrapped response. Used by the j2ee filter and the Spring interceptor implementations.
| Method Summary | |
|---|---|
protected static void |
writeExport(javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletRequest request,
BufferedResponseWrapper wrapper)
Actually writes exported data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static void writeExport(javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletRequest request,
BufferedResponseWrapper wrapper)
throws java.io.IOException
TableTag.FILTER_CONTENT_OVERRIDE_BODY key.
wrapper - BufferedResponseWrapper implementationresponse - HttpServletResponserequest - ServletRequest
java.io.IOException - exception thrown by response writer/outputStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||