org.apache.myfaces.context
public abstract class ResponseWriterWrapper extends ResponseWriter
Version: $Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $
Field Summary | |
---|---|
protected ResponseWriter | _responseWriter |
Constructor Summary | |
---|---|
ResponseWriterWrapper(ResponseWriter responseWriter) |
Method Summary | |
---|---|
abstract ResponseWriter | cloneWithWriter(Writer writer) |
void | close() |
void | endDocument() |
void | endElement(String s) |
void | flush() |
String | getCharacterEncoding() |
String | getContentType() |
void | startDocument() |
void | startElement(String s, UIComponent uicomponent) |
void | write(char[] cbuf, int off, int len) |
void | write(int c) |
void | write(char[] cbuf) |
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(Object obj, String s) |
void | writeText(char[] ac, int i, int j) |
void | writeURIAttribute(String s, Object obj, String s1) |