org.apache.jasper.runtime
public class ServletResponseWrapperInclude extends HttpServletResponseWrapper
Constructor Summary | |
---|---|
ServletResponseWrapperInclude(ServletResponse response, JspWriter jspWriter) |
Method Summary | |
---|---|
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. |