public class ServletResponseWrapperInclude
extends HttpServletResponseWrapper
| Constructor and Description |
|---|
ServletResponseWrapperInclude(ServletResponse response,
JspWriter jspWriter) |
| Modifier and Type | Method and Description |
|---|---|
ServletOutputStream |
getOutputStream() |
PrintWriter |
getWriter()
Returns a wrapper around the JspWriter of the including page.
|
void |
resetBuffer()
Clears the output buffer of the JspWriter associated with the including
page.
|
public ServletResponseWrapperInclude(ServletResponse response,
JspWriter jspWriter)
public PrintWriter getWriter() throws IOException
IOExceptionpublic ServletOutputStream getOutputStream()
throws IOException
IOExceptionpublic void resetBuffer()
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.