Home » Mojarra-2.0.1 » javax » faces » webapp » [javadoc | source]
javax.faces.webapp
class: _PageContextOutWriter [javadoc | source]
java.lang.Object
   java.io.Writer
      javax.faces.webapp._PageContextOutWriter

All Implemented Interfaces:
    Closeable, Flushable, Appendable

This Writer writes always to the current pageContext.getOut() Writer.
Fields inherited from java.io.Writer:
lock
Constructor:
 public _PageContextOutWriter(PageContext pageContext) 
Method from javax.faces.webapp._PageContextOutWriter Summary:
close,   flush,   write,   write,   write,   write,   write
Methods from java.io.Writer:
append,   append,   append,   append,   append,   append,   close,   flush,   write,   write,   write,   write,   write
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.webapp._PageContextOutWriter Detail:
 public  void close() throws IOException 
 public  void flush() throws IOException 
 public  void write(int c) throws IOException 
 public  void write(char[] cbuf) throws IOException 
 public  void write(String str) throws IOException 
 public  void write(char[] cbuf,
    int off,
    int len) throws IOException 
 public  void write(String str,
    int off,
    int len) throws IOException