Package org.apache.tapestry5.services.ajax
Utilities for handling Ajax-oriented requests, including partial render requests.
-
Interface Summary Interface Description AjaxResponseRenderer Manages the rendering of a partial page render as part of an Ajax response.JavaScriptCallback A callback used withAjaxResponseRenderer.addCallback(JavaScriptCallback)
.JSONCallback A callback used withAjaxResponseRenderer.addCallback(JSONCallback)
.