JavaScript is disabled on your browser.
Mojarra 3.0.2.SP01 3.0.2.SP01
All Implemented Interfaces:
Closeable , Flushable , Appendable , AutoCloseable
public class WebPrintWriter
extends PrintWriter
A simple PrintWriter implementation to allow us to query whether or not the writer has been flushed or closed. This
is necessary to better mimic the actual Servlet response.
Method Summary
Methods inherited from class java.io.PrintWriter
append , append , append , checkError , clearError , format , format , print , print , print , print , print , print , print , print , print , printf , printf , println , println , println , println , println , println , println , println , println , println , setError , write , write , write , write , write
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Mojarra 3.0.2.SP01 3.0.2.SP01
Copyright © 2010–2022 JBoss by Red Hat . All rights reserved.