public class HtmlBufferResponseWriterWrapper extends HtmlResponseWriterImpl
Modifier and Type | Method and Description |
---|---|
ResponseWriter |
getInitialWriter()
Get the writer that should have originally been written to.
|
static HtmlBufferResponseWriterWrapper |
getInstance(ResponseWriter initialWriter)
Create an instance of the HtmlBufferResponseWriterWrapper
|
String |
toString()
Get the content of the buffer.
|
cloneWithWriter, close, endCDATA, endDocument, endElement, flush, forceFlush, getCharacterEncoding, getContentType, getFacesContext, getInternalBuffer, getInternalBuffer, getWrapScriptContentWithXmlCommentTag, getWriterContentTypeMode, startCDATA, startDocument, startElement, supportsContentType, write, write, write, write, write, writeAttribute, writeComment, writeText, writeText, writeText, writeURIAttribute
writeDoctype, writePreamble
public ResponseWriter getInitialWriter()
public static HtmlBufferResponseWriterWrapper getInstance(ResponseWriter initialWriter)
initialWriter
- The writer the content should have originally gone to, this will only be used
to copy settings.Copyright © 2022 The Apache Software Foundation. All rights reserved.