org.apache.myfaces.component.html.util
Class ExtensionsResponseWrapper
HttpServletResponseWrapper
org.apache.myfaces.component.html.util.ExtensionsResponseWrapper
public class ExtensionsResponseWrapper
extends HttpServletResponseWrapper
$Revision: 169646 $ $Date: 2005-05-11 17:34:57 +0200 (Wed, 11 May 2005) $- Sylvain Vieujot (latest modification by $Author: grantsmith $)
ExtensionsResponseWrapper
public ExtensionsResponseWrapper(HttpServletResponse response)
finishResponse
public void finishResponse()
flushBuffer
public void flushBuffer()
throws IOException
getBytes
public byte[] getBytes()
getInputSource
public InputSource getInputSource()
getOutputStream
public ServletOutputStream getOutputStream()
This method is used by Jetty.
getWriter
public PrintWriter getWriter()
This method is used by Tomcat.
setContentLength
public void setContentLength(int contentLength)
Prevent content-length being set as the page might be modified.
toString
public String toString()