| org.apache.cocoon.faces.renderkit.XMLResponseWriter
XMLResponseWriter | public class XMLResponseWriter extends ResponseWriter (Code) | | JSF Response Writer writing SAX events into the XMLConsumer
author: Vadim Gritsenko version: CVS $Id: XMLResponseWriter.java 433543 2006-08-22 06:22:54Z crossley $ |
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() | public void | startDocument() | public void | startElement(String name, UIComponent component) | public void | write(char cbuf) | public void | write(char cbuf, int off, int len) | public void | write(int c) | public void | write(String str) | public void | write(String str, int off, int len) | public void | writeAttribute(String name, Object value, String componentPropertyName) | public void | writeComment(Object comment) | public void | writeText(Object text, String componentPropertyName) | public void | writeText(char text) | public void | writeText(char text) | public void | writeText(char text, int off, int len) | public void | writeURIAttribute(String name, Object value, String componentPropertyName) |
cloneWithWriter | public ResponseWriter cloneWithWriter(Writer writer)(Code) | | |
getCharacterEncoding | public String getCharacterEncoding()(Code) | | |
|
|