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 ResponseWriterIOExceptionpublic void writeComment(Object comment) throws IOException
writeComment in class ResponseWriterIOExceptionpublic void startElement(String name, UIComponent component) throws IOException
startElement in class ResponseWriterIOExceptionpublic void writeText(Object text, String property) throws IOException
writeText in class ResponseWriterIOExceptionpublic void writeText(char[] text,
int off,
int len)
throws IOException
writeText in class ResponseWriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic ResponseWriter cloneWithWriter(Writer writer)
cloneWithWriter in class ResponseWriterpublic void writeURIAttribute(String name, Object value, String property) throws IOException
writeURIAttribute in class ResponseWriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionpublic void endDocument()
throws IOException
endDocument in class ResponseWriterIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class ResponseWriterIOExceptionpublic String getCharacterEncoding()
getCharacterEncoding in class ResponseWriterpublic String getContentType()
getContentType in class ResponseWriterpublic void startDocument()
throws IOException
startDocument in class ResponseWriterIOExceptionpublic void writeAttribute(String name, Object value, String property) throws IOException
writeAttribute in class ResponseWriterIOExceptionpublic void writeText(Object object, UIComponent component, String string) throws IOException
writeText in class ResponseWriterIOExceptionCopyright © 2013 Apache Software Foundation. All Rights Reserved.