- java.lang.Object
-
- java.io.Writer
-
- javax.faces.context.ResponseWriter
-
- javax.faces.context.ResponseWriterWrapper
-
- javax.faces.context.PartialResponseWriter
-
- com.sun.faces.context.PartialViewContextImpl.DelayedInitPartialResponseWriter
-
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable, java.lang.Appendable, javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>
- Enclosing class:
- PartialViewContextImpl
private static final class PartialViewContextImpl.DelayedInitPartialResponseWriter
extends javax.faces.context.PartialResponseWriter
Delays the actual construction of the PartialResponseWriter until
content is going to actually be written.
-
-
Field Summary
-
Fields inherited from class javax.faces.context.PartialResponseWriter
RENDER_ALL_MARKER, VIEW_STATE_MARKER
-
Fields inherited from class java.io.Writer
lock
-
Method Summary
Methods
Modifier and Type |
Method and Description |
javax.faces.context.ResponseWriter |
getWrapped() |
-
Methods inherited from class javax.faces.context.PartialResponseWriter
delete, endDocument, endError, endEval, endExtension, endInsert, endUpdate, redirect, startDocument, startError, startEval, startExtension, startInsertAfter, startInsertBefore, startUpdate, updateAttributes
-
Methods inherited from class javax.faces.context.ResponseWriterWrapper
cloneWithWriter, close, endCDATA, endElement, flush, getCharacterEncoding, getContentType, startCDATA, startElement, write, writeAttribute, writeComment, writeText, writeText, writeText, writeURIAttribute
-
Methods inherited from class java.io.Writer
append, append, append, write, write, write, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.