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, writeURIAttribute
public PrimePartialResponseWriter(javax.faces.context.PartialResponseWriter wrapped)
public void encodeJSONObject(String paramName, JSONObject jsonObject) throws IOException, JSONException
IOException
JSONException
public void encodeJSONArray(String paramName, JSONArray jsonArray) throws IOException, JSONException
IOException
JSONException
public void encodeJSONValue(String paramName, Object paramValue) throws IOException, JSONException
IOException
JSONException
public void encodeCallbackParams(Map<String,Object> params) throws IOException, JSONException
IOException
JSONException
public void encodeScripts(RequestContext requestContext) throws IOException
IOException
public void delete(String targetId) throws IOException
delete
in class javax.faces.context.PartialResponseWriter
IOException
public void endError() throws IOException
endError
in class javax.faces.context.PartialResponseWriter
IOException
public void endEval() throws IOException
endEval
in class javax.faces.context.PartialResponseWriter
IOException
public void endExtension() throws IOException
endExtension
in class javax.faces.context.PartialResponseWriter
IOException
public void endInsert() throws IOException
endInsert
in class javax.faces.context.PartialResponseWriter
IOException
public void endUpdate() throws IOException
endUpdate
in class javax.faces.context.PartialResponseWriter
IOException
public void redirect(String url) throws IOException
redirect
in class javax.faces.context.PartialResponseWriter
IOException
public void startDocument() throws IOException
startDocument
in class javax.faces.context.PartialResponseWriter
IOException
public void endDocument() throws IOException
endDocument
in class javax.faces.context.PartialResponseWriter
IOException
public void startError(String errorName) throws IOException
startError
in class javax.faces.context.PartialResponseWriter
IOException
public void startEval() throws IOException
startEval
in class javax.faces.context.PartialResponseWriter
IOException
public void startExtension(Map<String,String> attributes) throws IOException
startExtension
in class javax.faces.context.PartialResponseWriter
IOException
public void startInsertAfter(String targetId) throws IOException
startInsertAfter
in class javax.faces.context.PartialResponseWriter
IOException
public void startInsertBefore(String targetId) throws IOException
startInsertBefore
in class javax.faces.context.PartialResponseWriter
IOException
public void startUpdate(String targetId) throws IOException
startUpdate
in class javax.faces.context.PartialResponseWriter
IOException
public void updateAttributes(String targetId, Map<String,String> attributes) throws IOException
updateAttributes
in class javax.faces.context.PartialResponseWriter
IOException
Copyright © 2015. All rights reserved.