Package | Description |
---|---|
org.apache.tapestry5.internal.alerts |
[INTERNAL USE ONLY] support classes for Alerts; API subject to change
|
org.apache.tapestry5.internal.services.ajax |
[INTERNAL USE ONLY] AJAX support services; API subject to change
|
org.apache.tapestry5.services.ajax |
Utilities for handling Ajax-oriented requests, including partial render requests.
|
Constructor and Description |
---|
AlertManagerImpl(ApplicationStateManager asm,
Request request,
AjaxResponseRenderer ajaxResponseRenderer,
PerthreadManager perThreadManager) |
Modifier and Type | Class and Description |
---|---|
class |
AjaxResponseRendererImpl |
Modifier and Type | Method and Description |
---|---|
AjaxResponseRenderer |
AjaxResponseRendererImpl.addCallback(JavaScriptCallback callback) |
AjaxResponseRenderer |
AjaxResponseRendererImpl.addCallback(JSONCallback callback) |
AjaxResponseRenderer |
AjaxResponseRendererImpl.addCallback(Runnable callback) |
AjaxResponseRenderer |
AjaxResponseRendererImpl.addFilter(PartialMarkupRendererFilter filter) |
AjaxResponseRenderer |
AjaxResponseRendererImpl.addRender(ClientBodyElement zone) |
AjaxResponseRenderer |
AjaxResponseRendererImpl.addRender(String clientId,
Object renderer) |
Constructor and Description |
---|
MultiZoneUpdateEventResultProcessor(TypeCoercer typeCoercer,
AjaxResponseRenderer ajaxResponseRenderer,
AjaxPartialResponseRenderer partialRenderer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AjaxResponseRenderer |
AjaxResponseRenderer.addCallback(JavaScriptCallback callback)
Queues a callback to execute during the partial markup render.
|
AjaxResponseRenderer |
AjaxResponseRenderer.addCallback(JSONCallback callback)
Queues a callback to execute during the partial markup render.
|
AjaxResponseRenderer |
AjaxResponseRenderer.addCallback(Runnable callback)
Queues a callback to execute during the partial markup render.
|
AjaxResponseRenderer |
AjaxResponseRenderer.addFilter(PartialMarkupRendererFilter filter)
Adds a rendering filter.
|
AjaxResponseRenderer |
AjaxResponseRenderer.addRender(ClientBodyElement zone)
Queues an update to the zone, using the zone's body as the new content.
|
AjaxResponseRenderer |
AjaxResponseRenderer.addRender(String clientId,
Object renderer)
Queues the renderer to render markup for the client-side element with the provided id.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.