Class JspWriterImpl

java.lang.Object
java.io.Writer
jakarta.servlet.jsp.JspWriter
org.apache.jasper.runtime.JspWriterImpl
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class JspWriterImpl extends JspWriter
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings. Provide support for discarding for the output that has been buffered. This needs revisiting when the buffering problems in the JSP spec are fixed -akv
Author:
Anil K. Vijendran