Called by the bridge after dispatching to flush the current buffered content to the wrapped response (this could be a Servlet or Portlet response). This is done in a situation where we aren't supporting writeBehind behavior. We stil use a wrapped/buffered response because we use dispatch.forward which in many environments closes the writer at the end of the forward. If not wrapped, not further writing to the output would be feasible.
@throws IOException if content cannot be written
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.