public abstract class PartialResponseWriterWrapper
extends javax.faces.context.PartialResponseWriter
PartialResponseWriter and delegates all calls to it.| Constructor and Description |
|---|
PartialResponseWriterWrapper(javax.faces.context.PartialResponseWriter wrapped) |
| Modifier and Type | Method and Description |
|---|---|
Writer |
append(char c) |
Writer |
append(CharSequence csq) |
Writer |
append(CharSequence csq,
int start,
int end) |
javax.faces.context.ResponseWriter |
cloneWithWriter(Writer writer) |
void |
close() |
void |
delete(String targetId) |
void |
endCDATA() |
void |
endDocument() |
void |
endElement(String name) |
void |
endError() |
void |
endEval() |
void |
endExtension() |
void |
endInsert() |
void |
endUpdate() |
void |
flush() |
String |
getCharacterEncoding() |
String |
getContentType() |
javax.faces.context.PartialResponseWriter |
getWrapped() |
void |
redirect(String url) |
void |
startCDATA() |
void |
startDocument() |
void |
startElement(String name,
javax.faces.component.UIComponent component) |
void |
startError(String errorName) |
void |
startEval() |
void |
startExtension(Map<String,String> attributes) |
void |
startInsertAfter(String targetId) |
void |
startInsertBefore(String targetId) |
void |
startUpdate(String targetId) |
void |
updateAttributes(String targetId,
Map<String,String> attributes) |
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 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 text,
javax.faces.component.UIComponent component,
String property) |
void |
writeURIAttribute(String name,
Object value,
String property) |
public PartialResponseWriterWrapper(javax.faces.context.PartialResponseWriter wrapped)
public javax.faces.context.PartialResponseWriter getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>getWrapped in class javax.faces.context.PartialResponseWriterpublic void startDocument()
throws IOException
startDocument in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endDocument()
throws IOException
endDocument in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startInsertBefore(String targetId) throws IOException
startInsertBefore in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startInsertAfter(String targetId) throws IOException
startInsertAfter in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endInsert()
throws IOException
endInsert in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startUpdate(String targetId) throws IOException
startUpdate in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endUpdate()
throws IOException
endUpdate in class javax.faces.context.PartialResponseWriterIOExceptionpublic void updateAttributes(String targetId, Map<String,String> attributes) throws IOException
updateAttributes in class javax.faces.context.PartialResponseWriterIOExceptionpublic void delete(String targetId) throws IOException
delete in class javax.faces.context.PartialResponseWriterIOExceptionpublic void redirect(String url) throws IOException
redirect in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startEval()
throws IOException
startEval in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endEval()
throws IOException
endEval in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startExtension(Map<String,String> attributes) throws IOException
startExtension in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endExtension()
throws IOException
endExtension in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startError(String errorName) throws IOException
startError in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endError()
throws IOException
endError in class javax.faces.context.PartialResponseWriterIOExceptionpublic String getContentType()
getContentType in class javax.faces.context.ResponseWriterWrapperpublic String getCharacterEncoding()
getCharacterEncoding in class javax.faces.context.ResponseWriterWrapperpublic void flush()
throws IOException
flush in interface Flushableflush in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void startElement(String name, javax.faces.component.UIComponent component) throws IOException
startElement in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void startCDATA()
throws IOException
startCDATA in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void endCDATA()
throws IOException
endCDATA in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void endElement(String name) throws IOException
endElement in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeAttribute(String name, Object value, String property) throws IOException
writeAttribute in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeURIAttribute(String name, Object value, String property) throws IOException
writeURIAttribute in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeComment(Object comment) throws IOException
writeComment in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeText(Object text, String property) throws IOException
writeText in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeText(Object text, javax.faces.component.UIComponent component, String property) throws IOException
writeText in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeText(char[] text,
int off,
int len)
throws IOException
writeText in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic javax.faces.context.ResponseWriter cloneWithWriter(Writer writer)
cloneWithWriter in class javax.faces.context.ResponseWriterWrapperpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void write(int c)
throws IOException
write in class WriterIOExceptionpublic void write(char[] cbuf)
throws IOException
write in class WriterIOExceptionpublic void write(String str) throws IOException
write in class WriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class WriterIOExceptionpublic Writer append(CharSequence csq) throws IOException
append in interface Appendableappend in class WriterIOExceptionpublic Writer append(CharSequence csq, int start, int end) throws IOException
append in interface Appendableappend in class WriterIOExceptionpublic Writer append(char c) throws IOException
append in interface Appendableappend in class WriterIOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.