Uses of Interface
org.apache.tapestry5.services.ajax.JSONCallback
-
Packages that use JSONCallback Package Description org.apache.tapestry5.internal.services.ajax [INTERNAL USE ONLY] AJAX support services; API subject to changeorg.apache.tapestry5.services.ajax Utilities for handling Ajax-oriented requests, including partial render requests. -
-
Uses of JSONCallback in org.apache.tapestry5.internal.services.ajax
Methods in org.apache.tapestry5.internal.services.ajax with parameters of type JSONCallback Modifier and Type Method Description AjaxResponseRenderer
AjaxResponseRendererImpl. addCallback(JSONCallback callback)
-
Uses of JSONCallback in org.apache.tapestry5.services.ajax
Methods in org.apache.tapestry5.services.ajax with parameters of type JSONCallback Modifier and Type Method Description AjaxResponseRenderer
AjaxResponseRenderer. addCallback(JSONCallback callback)
Queues a callback to execute during the partial markup render.
-