cloneWithWriter
public abstract ResponseWriter cloneWithWriter(Writer writer)
close
public void close()
throws IOException
endDocument
public void endDocument()
throws IOException
endElement
public void endElement(String s)
throws IOException
flush
public void flush()
throws IOException
getCharacterEncoding
public String getCharacterEncoding()
getContentType
public String getContentType()
startDocument
public void startDocument()
throws IOException
startElement
public void startElement(String s,
UIComponent uicomponent)
throws IOException
write
public void write(String str)
throws IOException
write
public void write(String str,
int off,
int len)
throws IOException
write
public void write(cbuf[] )
throws IOException
write
public void write(cbuf[] ,
int off,
int len)
throws IOException
write
public void write(int c)
throws IOException
writeAttribute
public void writeAttribute(String s,
Object obj,
String s1)
throws IOException
writeComment
public void writeComment(Object obj)
throws IOException
writeText
public void writeText(Object obj,
String s)
throws IOException
writeText
public void writeText(ac[] ,
int i,
int j)
throws IOException
writeURIAttribute
public void writeURIAttribute(String s,
Object obj,
String s1)
throws IOException