| java.lang.Object java.io.Writer javax.faces.context.ResponseWriter javax.faces.context.ResponseWriterWrapper
Method Summary | |
public ResponseWriter | cloneWithWriter(Writer writer) | public void | close() | public void | endDocument() | public void | endElement(String name) | public void | flush() | public String | getCharacterEncoding() | public String | getContentType() | abstract protected ResponseWriter | getWrapped() | public void | startDocument() | public void | startElement(String name, UIComponent component) | public void | write(char cbuf, int off, int len) | public void | writeAttribute(String name, Object value, String property) | public void | writeComment(Object comment) | public void | writeText(Object text, String property) | public void | writeText(char[] text, int offset, int length) | public void | writeURIAttribute(String name, Object value, String property) |
ResponseWriterWrapper | public ResponseWriterWrapper()(Code) | | |
getCharacterEncoding | public String getCharacterEncoding()(Code) | | |
writeText | public void writeText(char[] text, int offset, int length) throws IOException(Code) | | |
Methods inherited from javax.faces.context.ResponseWriter | abstract public ResponseWriter cloneWithWriter(Writer writer)(Code)(Java Doc) abstract public void endDocument() throws IOException(Code)(Java Doc) abstract public void endElement(String name) throws IOException(Code)(Java Doc) abstract public void flush() throws IOException(Code)(Java Doc) abstract public String getCharacterEncoding()(Code)(Java Doc) abstract public String getContentType()(Code)(Java Doc) abstract public void startDocument() throws IOException(Code)(Java Doc) abstract public void startElement(String name, UIComponent component) throws IOException(Code)(Java Doc) abstract public void writeAttribute(String name, Object value, String property) throws IOException(Code)(Java Doc) abstract public void writeComment(Object comment) throws IOException(Code)(Java Doc) abstract public void writeText(Object text, String property) throws IOException(Code)(Java Doc) public void writeText(Object text, UIComponent component, String property) throws IOException(Code)(Java Doc) abstract public void writeText(char[] text, int offset, int length) throws IOException(Code)(Java Doc) abstract public void writeURIAttribute(String name, Object value, String property) throws IOException(Code)(Java Doc)
|
|
|