Package com.sun.faces.application.view
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 Summary
Constructors Modifier Constructor Description protectedNullWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()voidwrite(char[] buffer)voidwrite(char[] buffer, int off, int len)voidwrite(int c)voidwrite(String str)voidwrite(String str, int off, int len)-
Methods inherited from class java.io.Writer
append, append, append, nullWriter
-
-