Interface JSONCallback
public interface JSONCallback
A callback used with
AjaxResponseRenderer.addCallback(JSONCallback)
.- Since:
- 5.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(JSONObject reply) Modify the reply, typically by adding additional keys.
-
Method Details
-
run
Modify the reply, typically by adding additional keys.- Parameters:
reply
- the reply JSON object to be sent to the client
-