public abstract class ResponseWriterWrapper extends ResponseWriter implements FacesWrapper<ResponseWriter>
Constructor and Description |
---|
ResponseWriterWrapper()
Deprecated.
|
ResponseWriterWrapper(ResponseWriter delegate) |
Modifier and Type | Method and Description |
---|---|
ResponseWriter |
cloneWithWriter(Writer writer) |
void |
close() |
void |
endCDATA() |
void |
endDocument() |
void |
endElement(String name) |
void |
flush() |
String |
getCharacterEncoding() |
String |
getContentType() |
abstract ResponseWriter |
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped.
|
void |
startCDATA() |
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 |
writeDoctype(String doctype) |
void |
writePreamble(String preamble) |
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) |
@Deprecated public ResponseWriterWrapper()
public ResponseWriterWrapper(ResponseWriter delegate)
public ResponseWriter cloneWithWriter(Writer writer)
cloneWithWriter
in class ResponseWriter
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
public void endCDATA() throws IOException
endCDATA
in class ResponseWriter
IOException
public void endDocument() throws IOException
endDocument
in class ResponseWriter
IOException
public void endElement(String name) throws IOException
endElement
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 abstract ResponseWriter getWrapped()
FacesWrapper
getWrapped
in interface FacesWrapper<ResponseWriter>
public void startCDATA() throws IOException
startCDATA
in class ResponseWriter
IOException
public void startDocument() throws IOException
startDocument
in class ResponseWriter
IOException
public void startElement(String name, UIComponent component) throws IOException
startElement
in class ResponseWriter
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class Writer
IOException
public void writeAttribute(String name, Object value, String property) throws IOException
writeAttribute
in class ResponseWriter
IOException
public void writeComment(Object comment) throws IOException
writeComment
in class ResponseWriter
IOException
public void writeText(char[] text, int off, int len) throws IOException
writeText
in class ResponseWriter
IOException
public void writeText(Object text, String property) throws IOException
writeText
in class ResponseWriter
IOException
public void writeText(Object object, UIComponent component, String string) throws IOException
writeText
in class ResponseWriter
IOException
public void writeURIAttribute(String name, Object value, String property) throws IOException
writeURIAttribute
in class ResponseWriter
IOException
public void writeDoctype(String doctype) throws IOException
writeDoctype
in class ResponseWriter
IOException
public void writePreamble(String preamble) throws IOException
writePreamble
in class ResponseWriter
IOException
Copyright © 2018 The Apache Software Foundation. All rights reserved.