| com.caucho.jsf.html.HtmlResponseWriter
HtmlResponseWriter | public class HtmlResponseWriter extends ResponseWriter (Code) | | |
Method Summary | |
public ResponseWriter | cloneWithWriter(Writer out) | 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 String | toString() | public void | write(char[] buffer, int offset, int length) | public void | write(char ch) | public void | write(String v) | 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) |
cloneWithWriter | public ResponseWriter cloneWithWriter(Writer out)(Code) | | |
getCharacterEncoding | public String getCharacterEncoding()(Code) | | |
write | public void write(char[] buffer, int offset, int length) throws IOException(Code) | | |
writeText | public void writeText(char[] text, int offset, int length) throws IOException(Code) | | |
|
|