public class ServletResponseWrapperInclude
extends HttpServletResponseWrapper
Constructor and Description |
---|
ServletResponseWrapperInclude(ServletResponse response,
JspWriter jspWriter) |
Modifier and Type | Method and Description |
---|---|
ServletOutputStream |
getOutputStream() |
java.io.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 java.io.PrintWriter getWriter() throws java.io.IOException
java.io.IOException
public ServletOutputStream getOutputStream() throws java.io.IOException
java.io.IOException
public void resetBuffer()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"