cloneWithWriter
public ResponseWriter cloneWithWriter(Writer writer)
close
public void close()
throws IOException
endDocument
public void endDocument()
throws IOException
endElement
public void endElement(String name)
throws IOException
flush
public void flush()
throws IOException
getCharacterEncoding
public String getCharacterEncoding()
getContentType
public String getContentType()
getDummyFormParams
public Set getDummyFormParams()
isWriteDummyForm
public boolean isWriteDummyForm()
startDocument
public void startDocument()
startElement
public void startElement(String name,
UIComponent uiComponent)
throws IOException
supportsContentType
public static boolean supportsContentType(String contentType)
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 name,
Object value,
String componentPropertyName)
throws IOException
writeComment
public void writeComment(Object value)
throws IOException
writeText
public void writeText(Object value,
String componentPropertyName)
throws IOException
writeText
public void writeText(cbuf[] ,
int off,
int len)
throws IOException
writeURIAttribute
public void writeURIAttribute(String name,
Object value,
String componentPropertyName)
throws IOException