public class PrimePartialResponseWriter
extends javax.faces.context.PartialResponseWriter
| Constructor and Description |
|---|
PrimePartialResponseWriter(javax.faces.context.PartialResponseWriter wrapped) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String targetId) |
void |
encodeCallbackParams(Map<String,Object> params) |
void |
encodeJSONArray(String paramName,
JSONArray jsonArray) |
void |
encodeJSONObject(String paramName,
JSONObject jsonObject) |
void |
encodeJSONValue(String paramName,
Object paramValue) |
void |
encodeScripts(RequestContext requestContext) |
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 wrapped)
public void encodeJSONObject(String paramName, JSONObject jsonObject) throws IOException, JSONException
IOExceptionJSONExceptionpublic void encodeJSONArray(String paramName, JSONArray jsonArray) throws IOException, JSONException
IOExceptionJSONExceptionpublic void encodeJSONValue(String paramName, Object paramValue) throws IOException, JSONException
IOExceptionJSONExceptionpublic void encodeCallbackParams(Map<String,Object> params) throws IOException, JSONException
IOExceptionJSONExceptionpublic void encodeScripts(RequestContext requestContext) throws IOException
IOExceptionpublic 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 © 2015. All rights reserved.