public abstract class ResponseWriterWrapper
extends javax.faces.context.ResponseWriter
| Modifier and Type | Field and Description |
|---|---|
protected javax.faces.context.ResponseWriter |
_responseWriter |
| Constructor and Description |
|---|
ResponseWriterWrapper(javax.faces.context.ResponseWriter responseWriter) |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.faces.context.ResponseWriter |
cloneWithWriter(java.io.Writer writer) |
void |
close() |
void |
endDocument() |
void |
endElement(java.lang.String s) |
void |
flush() |
java.lang.String |
getCharacterEncoding() |
java.lang.String |
getContentType() |
void |
startDocument() |
void |
startElement(java.lang.String s,
javax.faces.component.UIComponent uicomponent) |
void |
write(char[] cbuf) |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(java.lang.String str) |
void |
write(java.lang.String str,
int off,
int len) |
void |
writeAttribute(java.lang.String s,
java.lang.Object obj,
java.lang.String s1) |
void |
writeComment(java.lang.Object obj) |
void |
writeText(char[] ac,
int i,
int j) |
void |
writeText(java.lang.Object obj,
java.lang.String s) |
void |
writeURIAttribute(java.lang.String s,
java.lang.Object obj,
java.lang.String s1) |
public ResponseWriterWrapper(javax.faces.context.ResponseWriter responseWriter)
public java.lang.String getContentType()
getContentType in class javax.faces.context.ResponseWriterpublic java.lang.String getCharacterEncoding()
getCharacterEncoding in class javax.faces.context.ResponseWriterpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class javax.faces.context.ResponseWriterjava.io.IOExceptionpublic void startDocument()
throws java.io.IOException
startDocument in class javax.faces.context.ResponseWriterjava.io.IOExceptionpublic void endDocument()
throws java.io.IOException
endDocument in class javax.faces.context.ResponseWriterjava.io.IOExceptionpublic void startElement(java.lang.String s,
javax.faces.component.UIComponent uicomponent)
throws java.io.IOException
startElement in class javax.faces.context.ResponseWriterjava.io.IOExceptionpublic void endElement(java.lang.String s)
throws java.io.IOException
endElement in class javax.faces.context.ResponseWriterjava.io.IOExceptionpublic void writeAttribute(java.lang.String s,
java.lang.Object obj,
java.lang.String s1)
throws java.io.IOException
writeAttribute in class javax.faces.context.ResponseWriterjava.io.IOExceptionpublic void writeURIAttribute(java.lang.String s,
java.lang.Object obj,
java.lang.String s1)
throws java.io.IOException
writeURIAttribute in class javax.faces.context.ResponseWriterjava.io.IOExceptionpublic void writeComment(java.lang.Object obj)
throws java.io.IOException
writeComment in class javax.faces.context.ResponseWriterjava.io.IOExceptionpublic void writeText(java.lang.Object obj,
java.lang.String s)
throws java.io.IOException
writeText in class javax.faces.context.ResponseWriterjava.io.IOExceptionpublic void writeText(char[] ac,
int i,
int j)
throws java.io.IOException
writeText in class javax.faces.context.ResponseWriterjava.io.IOExceptionpublic abstract javax.faces.context.ResponseWriter cloneWithWriter(java.io.Writer writer)
cloneWithWriter in class javax.faces.context.ResponseWriterpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writerjava.io.IOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(int c)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(char[] cbuf)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(java.lang.String str)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(java.lang.String str,
int off,
int len)
throws java.io.IOException
write in class java.io.Writerjava.io.IOException