Class ResponseWriter

java.lang.Object
java.io.Writer
jakarta.faces.context.ResponseWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Direct Known Subclasses:
HtmlResponseWriter, ResponseWriterWrapper

public abstract class ResponseWriter extends Writer

ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output. In addition to the low-level write() methods inherited from java.io.Writer, this class provides utility methods that are useful in producing elements and attributes for markup languages like HTML and XML.