Class JspPrintWriterAdapter

java.lang.Object
java.io.Writer
java.io.PrintWriter
org.apache.tiles.request.jsp.JspPrintWriterAdapter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class JspPrintWriterAdapter extends PrintWriter
Adapts a JspWriter to a PrintWriter, swallowing IOException.