Add link from Zone JavaDoc to AjaxResponseRenderer

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/e2056f95
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/e2056f95
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/e2056f95

Branch: refs/heads/5.4-js-rewrite
Commit: e2056f956c0c08c0b91ce5e72b3831a9c36bf35a
Parents: 1219fba
Author: Howard M. Lewis Ship <[email protected]>
Authored: Mon Aug 13 18:28:56 2012 -0700
Committer: Howard M. Lewis Ship <[email protected]>
Committed: Mon Aug 13 18:28:56 2012 -0700

----------------------------------------------------------------------
 .../apache/tapestry5/corelib/components/Zone.java  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e2056f95/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Zone.java
----------------------------------------------------------------------
diff --git 
a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Zone.java 
b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Zone.java
index 33c54c8..ba4af89 100644
--- 
a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Zone.java
+++ 
b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Zone.java
@@ -44,7 +44,7 @@ import org.slf4j.Logger;
  * <p/>
  * The server side event handler can return a {@link 
org.apache.tapestry5.Block} or a component to render as the new
  * content on the client side. Often, re-rendering the Zone's {@linkplain 
#getBody() body} is useful. Multiple
- * client-side zones may be updated by returning a {@link 
org.apache.tapestry5.ajax.MultiZoneUpdate}.
+ * client-side zones may be updated via the {@link 
org.apache.tapestry5.services.ajax.AjaxResponseRenderer} service.
  * <p/>
  * Renders informal parameters, adding CSS class "t-zone" and possibly, 
"t-invisible".
  * <p/>

Reply via email to