cloneWithWriter
public abstract ResponseWriter cloneWithWriter(Writer writer)
endDocument
public abstract void endDocument()
throws IOException
endElement
public abstract void endElement(String name)
throws IOException
flush
public abstract void flush()
throws IOException
getCharacterEncoding
public abstract String getCharacterEncoding()
getContentType
public abstract String getContentType()
startDocument
public abstract void startDocument()
throws IOException
startElement
public abstract void startElement(String name,
UIComponent component)
throws IOException
writeAttribute
public abstract void writeAttribute(String name,
Object value,
String property)
throws IOException
writeComment
public abstract void writeComment(Object comment)
throws IOException
writeText
public abstract void writeText(Object text,
String property)
throws IOException
writeText
public abstract void writeText(char[] text,
int off,
int len)
throws IOException
writeURIAttribute
public abstract void writeURIAttribute(String name,
Object value,
String property)
throws IOException