Package org.apache.myfaces.view.facelets
Class FaceletsVDLUtils.NullWriter
- java.lang.Object
- 
- java.io.Writer
- 
- org.apache.myfaces.view.facelets.FaceletsVDLUtils.NullWriter
 
 
- 
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
 - Enclosing class:
- FaceletsVDLUtils
 
 public static class FaceletsVDLUtils.NullWriter extends Writer 
- 
- 
Constructor SummaryConstructors Constructor Description NullWriter()
 - 
Method SummaryAll 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.Writerappend, append, append, nullWriter
 
- 
 
-