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(Writer writer) |
void |
close() |
void |
endDocument() |
void |
endElement(String s) |
void |
flush() |
String |
getCharacterEncoding() |
String |
getContentType() |
void |
startDocument() |
void |
startElement(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(String str) |
void |
write(String str,
int off,
int len) |
void |
writeAttribute(String s,
Object obj,
String s1) |
void |
writeComment(Object obj) |
void |
writeText(char[] ac,
int i,
int j) |
void |
writeText(Object obj,
String s) |
void |
writeURIAttribute(String s,
Object obj,
String s1) |
public ResponseWriterWrapper(javax.faces.context.ResponseWriter responseWriter)
public String getContentType()
getContentType in class javax.faces.context.ResponseWriterpublic String getCharacterEncoding()
getCharacterEncoding in class javax.faces.context.ResponseWriterpublic void flush()
throws IOException
flush in interface Flushableflush in class javax.faces.context.ResponseWriterIOExceptionpublic void startDocument()
throws IOException
startDocument in class javax.faces.context.ResponseWriterIOExceptionpublic void endDocument()
throws IOException
endDocument in class javax.faces.context.ResponseWriterIOExceptionpublic void startElement(String s, javax.faces.component.UIComponent uicomponent) throws IOException
startElement in class javax.faces.context.ResponseWriterIOExceptionpublic void endElement(String s) throws IOException
endElement in class javax.faces.context.ResponseWriterIOExceptionpublic void writeAttribute(String s, Object obj, String s1) throws IOException
writeAttribute in class javax.faces.context.ResponseWriterIOExceptionpublic void writeURIAttribute(String s, Object obj, String s1) throws IOException
writeURIAttribute in class javax.faces.context.ResponseWriterIOExceptionpublic void writeComment(Object obj) throws IOException
writeComment in class javax.faces.context.ResponseWriterIOExceptionpublic void writeText(Object obj, String s) throws IOException
writeText in class javax.faces.context.ResponseWriterIOExceptionpublic void writeText(char[] ac,
int i,
int j)
throws IOException
writeText in class javax.faces.context.ResponseWriterIOExceptionpublic abstract javax.faces.context.ResponseWriter cloneWithWriter(Writer writer)
cloneWithWriter in class javax.faces.context.ResponseWriterpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic void write(int c)
throws IOException
write in class WriterIOExceptionpublic void write(char[] cbuf)
throws IOException
write in class WriterIOExceptionpublic void write(String str) throws IOException
write in class WriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class WriterIOExceptionCopyright © 2013 Apache Software Foundation. All Rights Reserved.