Class PassthruResponseWriter

java.lang.Object
java.io.Writer
javax.faces.context.ResponseWriter
com.webmethods.caf.faces.render.PassthruResponseWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class PassthruResponseWriter extends ResponseWriter
ResponseWriter which passes all text directly to the underlying writer. If no underlying writer is specified, it eats the text.