You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/07/26 16:01:14 UTC

svn commit: r979284 - /click/trunk/click/framework/src/org/apache/click/ControlRegistry.java

Author: sabob
Date: Mon Jul 26 14:01:13 2010
New Revision: 979284

URL: http://svn.apache.org/viewvc?rev=979284&view=rev
Log:
javadoc

Modified:
    click/trunk/click/framework/src/org/apache/click/ControlRegistry.java

Modified: click/trunk/click/framework/src/org/apache/click/ControlRegistry.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/ControlRegistry.java?rev=979284&r1=979283&r2=979284&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/ControlRegistry.java (original)
+++ click/trunk/click/framework/src/org/apache/click/ControlRegistry.java Mon Jul 26 14:01:13 2010
@@ -28,8 +28,10 @@ import org.apache.commons.lang.Validate;
 
 /**
  * Provides a centralized registry where Controls can be registered and interact
- * with the ClickServlet. The registry is often used by Controls to register
- * themselves as the target of an Ajax request.
+ * with the ClickServlet. The registry can be used by Controls to register
+ * themselves as potential <tt>targets</tt> for Ajax requests. The ControlRegistry
+ * provides the ClickServlet with easy access to those Controls that have
+ * Behaviors and want to handle and process Ajax requests.
  * <p/>
  * <b>Please note:</b> a new registry is created for every request.
  *