You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/02/09 12:31:54 UTC

git commit: WICKET-4389 Is there any use for EmptyAjaxRequestHandler?

Updated Branches:
  refs/heads/wicket-1.5.x 261f2c3a9 -> f97fda2f3


WICKET-4389 Is there any use for EmptyAjaxRequestHandler?


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

Branch: refs/heads/wicket-1.5.x
Commit: f97fda2f36465d1c9bf53cfdc4702b7af22e9393
Parents: 261f2c3
Author: martin-g <mg...@apache.org>
Authored: Thu Feb 9 13:29:01 2012 +0200
Committer: martin-g <mg...@apache.org>
Committed: Thu Feb 9 13:31:50 2012 +0200

----------------------------------------------------------------------
 .../request/handler/EmptyAjaxRequestHandler.java   |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f97fda2f/wicket-core/src/main/java/org/apache/wicket/request/handler/EmptyAjaxRequestHandler.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/request/handler/EmptyAjaxRequestHandler.java b/wicket-core/src/main/java/org/apache/wicket/request/handler/EmptyAjaxRequestHandler.java
index 9e1bf35..24c7a09 100644
--- a/wicket-core/src/main/java/org/apache/wicket/request/handler/EmptyAjaxRequestHandler.java
+++ b/wicket-core/src/main/java/org/apache/wicket/request/handler/EmptyAjaxRequestHandler.java
@@ -23,6 +23,8 @@ import org.apache.wicket.request.http.WebResponse;
 
 /**
  * The empty AJAX request target does output an empty AJAX response.
+ * <br/>
+ * May be used as a light, "do nothing" Ajax response.
  * 
  * @author Matej Knopp
  */