Completely revised (for 4.0) implementation of {@link org.apache.tapestry.IMarkupWriter}. No longer does internal buffering (since the servlet/portlet APIs support that natively) and wraps around a {@link java.io.PrintWriter} (rather than an {@link java.io.OutputStream}).
@author Howard M. Lewis Ship
@since 4.0
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.