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