Uses of Interface
org.apache.tapestry5.services.ajax.AjaxResponseRenderer
Packages that use AjaxResponseRenderer
Package
Description
[INTERNAL USE ONLY] support classes for Alerts; API subject to change
[INTERNAL USE ONLY] AJAX support services; API subject to change
Utilities for handling Ajax-oriented requests, including partial render requests.
-
Uses of AjaxResponseRenderer in org.apache.tapestry5.internal.alerts
Constructors in org.apache.tapestry5.internal.alerts with parameters of type AjaxResponseRendererModifierConstructorDescriptionAlertManagerImpl
(ApplicationStateManager asm, Request request, AjaxResponseRenderer ajaxResponseRenderer, PerthreadManager perThreadManager) -
Uses of AjaxResponseRenderer in org.apache.tapestry5.internal.services.ajax
Classes in org.apache.tapestry5.internal.services.ajax that implement AjaxResponseRendererMethods in org.apache.tapestry5.internal.services.ajax that return AjaxResponseRendererModifier and TypeMethodDescriptionAjaxResponseRendererImpl.addCallback
(Runnable callback) AjaxResponseRendererImpl.addCallback
(JavaScriptCallback callback) AjaxResponseRendererImpl.addCallback
(JSONCallback callback) AjaxResponseRendererImpl.addFilter
(PartialMarkupRendererFilter filter) AjaxResponseRendererImpl.addRender
(ClientBodyElement zone) Constructors in org.apache.tapestry5.internal.services.ajax with parameters of type AjaxResponseRendererModifierConstructorDescriptionMultiZoneUpdateEventResultProcessor
(TypeCoercer typeCoercer, AjaxResponseRenderer ajaxResponseRenderer, AjaxPartialResponseRenderer partialRenderer) Deprecated. -
Uses of AjaxResponseRenderer in org.apache.tapestry5.services.ajax
Methods in org.apache.tapestry5.services.ajax that return AjaxResponseRendererModifier and TypeMethodDescriptionAjaxResponseRenderer.addCallback
(Runnable callback) Queues a callback to execute during the partial markup render.AjaxResponseRenderer.addCallback
(JavaScriptCallback callback) Queues a callback to execute during the partial markup render.AjaxResponseRenderer.addCallback
(JSONCallback callback) Queues a callback to execute during the partial markup render.AjaxResponseRenderer.addFilter
(PartialMarkupRendererFilter filter) Adds a rendering filter.Queues the renderer to render markup for the client-side element with the provided id.AjaxResponseRenderer.addRender
(ClientBodyElement zone) Queues an update to the zone, using the zone's body as the new content.