public class DeferredEndingPartialResponseWriter extends PartialResponseWriterWrapper
This PartialResponseWriter wrapper doesn't end the document when endDocument() is called to allow write own
partial-response extensions at the end of the document.
The method finallyEndDocument() needs to be called to actually end the document.
| Constructor and Description |
|---|
DeferredEndingPartialResponseWriter(javax.faces.context.PartialResponseWriter wrapped) |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument()
The invocation will be blocked, you need to call
finallyEndDocument() to actually end the document. |
void |
redirect(String url) |
append, append, append, cloneWithWriter, close, delete, endCDATA, endElement, endError, endEval, endExtension, endInsert, endUpdate, flush, getCharacterEncoding, getContentType, getWrapped, startCDATA, startDocument, startElement, startError, startEval, startExtension, startInsertAfter, startInsertBefore, startUpdate, updateAttributes, write, write, write, write, write, writeAttribute, writeComment, writeText, writeText, writeText, writeURIAttributepublic DeferredEndingPartialResponseWriter(javax.faces.context.PartialResponseWriter wrapped)
public void endDocument()
throws IOException
finallyEndDocument() to actually end the document.endDocument in class PartialResponseWriterWrapperIOExceptionpublic void redirect(String url) throws IOException
redirect in class PartialResponseWriterWrapperIOExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.