public abstract class ResponseWriterWrapper extends ResponseWriter
Constructor and Description |
---|
ResponseWriterWrapper() |
Modifier and Type | Method and Description |
---|---|
ResponseWriter |
cloneWithWriter(Writer writer) |
void |
close() |
void |
endDocument() |
void |
endElement(String name) |
void |
flush() |
String |
getCharacterEncoding() |
String |
getContentType() |
protected abstract ResponseWriter |
getWrapped() |
void |
startDocument() |
void |
startElement(String name,
UIComponent component) |
void |
write(char[] cbuf,
int off,
int len) |
void |
writeAttribute(String name,
Object value,
String property) |
void |
writeComment(Object comment) |
void |
writeText(char[] text,
int off,
int len) |
void |
writeText(Object text,
String property) |
void |
writeText(Object object,
UIComponent component,
String string) |
void |
writeURIAttribute(String name,
Object value,
String property) |
protected abstract ResponseWriter getWrapped()
public void endElement(String name) throws IOException
endElement
in class ResponseWriter
IOException
public void writeComment(Object comment) throws IOException
writeComment
in class ResponseWriter
IOException
public void startElement(String name, UIComponent component) throws IOException
startElement
in class ResponseWriter
IOException
public void writeText(Object text, String property) throws IOException
writeText
in class ResponseWriter
IOException
public void writeText(char[] text, int off, int len) throws IOException
writeText
in class ResponseWriter
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class Writer
IOException
public ResponseWriter cloneWithWriter(Writer writer)
cloneWithWriter
in class ResponseWriter
public void writeURIAttribute(String name, Object value, String property) throws IOException
writeURIAttribute
in class ResponseWriter
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
public void endDocument() throws IOException
endDocument
in class ResponseWriter
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class ResponseWriter
IOException
public String getCharacterEncoding()
getCharacterEncoding
in class ResponseWriter
public String getContentType()
getContentType
in class ResponseWriter
public void startDocument() throws IOException
startDocument
in class ResponseWriter
IOException
public void writeAttribute(String name, Object value, String property) throws IOException
writeAttribute
in class ResponseWriter
IOException
public void writeText(Object object, UIComponent component, String string) throws IOException
writeText
in class ResponseWriter
IOException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.