public abstract class ResponseWriterWrapper
extends javax.faces.context.ResponseWriter
Modifier and Type | Field and Description |
---|---|
protected javax.faces.context.ResponseWriter |
_responseWriter |
Constructor and Description |
---|
ResponseWriterWrapper(javax.faces.context.ResponseWriter responseWriter) |
Modifier and Type | Method and Description |
---|---|
abstract javax.faces.context.ResponseWriter |
cloneWithWriter(Writer writer) |
void |
close() |
void |
endDocument() |
void |
endElement(String s) |
void |
flush() |
String |
getCharacterEncoding() |
String |
getContentType() |
void |
startDocument() |
void |
startElement(String s,
javax.faces.component.UIComponent uicomponent) |
void |
write(char[] cbuf) |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(String str) |
void |
write(String str,
int off,
int len) |
void |
writeAttribute(String s,
Object obj,
String s1) |
void |
writeComment(Object obj) |
void |
writeText(char[] ac,
int i,
int j) |
void |
writeText(Object obj,
String s) |
void |
writeURIAttribute(String s,
Object obj,
String s1) |
public ResponseWriterWrapper(javax.faces.context.ResponseWriter responseWriter)
public String getContentType()
getContentType
in class javax.faces.context.ResponseWriter
public String getCharacterEncoding()
getCharacterEncoding
in class javax.faces.context.ResponseWriter
public void flush() throws IOException
flush
in interface Flushable
flush
in class javax.faces.context.ResponseWriter
IOException
public void startDocument() throws IOException
startDocument
in class javax.faces.context.ResponseWriter
IOException
public void endDocument() throws IOException
endDocument
in class javax.faces.context.ResponseWriter
IOException
public void startElement(String s, javax.faces.component.UIComponent uicomponent) throws IOException
startElement
in class javax.faces.context.ResponseWriter
IOException
public void endElement(String s) throws IOException
endElement
in class javax.faces.context.ResponseWriter
IOException
public void writeAttribute(String s, Object obj, String s1) throws IOException
writeAttribute
in class javax.faces.context.ResponseWriter
IOException
public void writeURIAttribute(String s, Object obj, String s1) throws IOException
writeURIAttribute
in class javax.faces.context.ResponseWriter
IOException
public void writeComment(Object obj) throws IOException
writeComment
in class javax.faces.context.ResponseWriter
IOException
public void writeText(Object obj, String s) throws IOException
writeText
in class javax.faces.context.ResponseWriter
IOException
public void writeText(char[] ac, int i, int j) throws IOException
writeText
in class javax.faces.context.ResponseWriter
IOException
public abstract javax.faces.context.ResponseWriter cloneWithWriter(Writer writer)
cloneWithWriter
in class javax.faces.context.ResponseWriter
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class Writer
IOException
public void write(int c) throws IOException
write
in class Writer
IOException
public void write(char[] cbuf) throws IOException
write
in class Writer
IOException
public void write(String str) throws IOException
write
in class Writer
IOException
public void write(String str, int off, int len) throws IOException
write
in class Writer
IOException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.