Class FaceletViewHandlingStrategy.NullWriter

java.lang.Object
java.io.Writer
com.sun.faces.application.view.FaceletViewHandlingStrategy.NullWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Enclosing class:
FaceletViewHandlingStrategy

protected static final class FaceletViewHandlingStrategy.NullWriter extends Writer
Simple no-op writer.
  • Constructor Details

    • NullWriter

      protected NullWriter()
  • Method Details

    • write

      public void write(char[] buffer)
      Overrides:
      write in class Writer
    • write

      public void write(char[] buffer, int off, int len)
      Specified by:
      write in class Writer
    • write

      public void write(String str)
      Overrides:
      write in class Writer
    • write

      public void write(int c)
      Overrides:
      write in class Writer
    • write

      public void write(String str, int off, int len)
      Overrides:
      write in class Writer
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in class Writer
    • flush

      public void flush()
      Specified by:
      flush in interface Flushable
      Specified by:
      flush in class Writer