public class PrimePartialResponseWriter
extends javax.faces.context.PartialResponseWriter
| Constructor and Description |
|---|
PrimePartialResponseWriter(javax.faces.context.PartialResponseWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String targetId) |
void |
endDocument() |
void |
endError() |
void |
endEval() |
void |
endExtension() |
void |
endInsert() |
void |
endUpdate() |
void |
redirect(String url) |
void |
startDocument() |
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) |
cloneWithWriter, close, endCDATA, endElement, flush, getCharacterEncoding, getContentType, startCDATA, startElement, write, writeAttribute, writeComment, writeDoctype, writePreamble, writeText, writeText, writeText, writeURIAttributepublic PrimePartialResponseWriter(javax.faces.context.PartialResponseWriter writer)
public void delete(String targetId) throws IOException
delete in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endError()
throws IOException
endError in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endEval()
throws IOException
endEval in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endExtension()
throws IOException
endExtension in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endInsert()
throws IOException
endInsert in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endUpdate()
throws IOException
endUpdate in class javax.faces.context.PartialResponseWriterIOExceptionpublic void redirect(String url) throws IOException
redirect in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startDocument()
throws IOException
startDocument in class javax.faces.context.PartialResponseWriterIOExceptionpublic void endDocument()
throws IOException
endDocument in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startError(String errorName) throws IOException
startError in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startEval()
throws IOException
startEval in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startExtension(Map<String,String> attributes) throws IOException
startExtension in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startInsertAfter(String targetId) throws IOException
startInsertAfter in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startInsertBefore(String targetId) throws IOException
startInsertBefore in class javax.faces.context.PartialResponseWriterIOExceptionpublic void startUpdate(String targetId) throws IOException
startUpdate in class javax.faces.context.PartialResponseWriterIOExceptionpublic void updateAttributes(String targetId, Map<String,String> attributes) throws IOException
updateAttributes in class javax.faces.context.PartialResponseWriterIOExceptionCopyright © 2014. All rights reserved.