Package | Description |
---|---|
org.apache.tapestry5.ajax |
Extra utility classes used to support Ajax interactions between the client and the browser.
|
org.apache.tapestry5.corelib.components |
The set of core components available in all Tapestry applications
|
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.
|
Modifier and Type | Method and Description |
---|---|
MultiZoneUpdate |
MultiZoneUpdate.add(ClientBodyElement zone)
Deprecated.
Adds the zone (represented by the
ClientBodyElement ) to the update. |
Constructor and Description |
---|
MultiZoneUpdate(ClientBodyElement zone)
Deprecated.
Alternate constructor that takes a ClientBodyElement (typically, a
Zone ). |
Modifier and Type | Class and Description |
---|---|
class |
Zone
A Zone is portion of the output page designed for easy dynamic updating via Ajax or other client-side effects.
|
Modifier and Type | Method and Description |
---|---|
AjaxResponseRenderer |
AjaxResponseRendererImpl.addRender(ClientBodyElement zone) |
Modifier and Type | Method and Description |
---|---|
AjaxResponseRenderer |
AjaxResponseRenderer.addRender(ClientBodyElement zone)
Queues an update to the zone, using the zone's body as the new content.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.