You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2006/12/17 19:22:15 UTC

svn commit: r488020 - /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/services/impl/JSONResponseContributorImpl.java

Author: andyhot
Date: Sun Dec 17 10:22:14 2006
New Revision: 488020

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

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/services/impl/JSONResponseContributorImpl.java

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/services/impl/JSONResponseContributorImpl.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/services/impl/JSONResponseContributorImpl.java?view=diff&rev=488020&r1=488019&r2=488020
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/services/impl/JSONResponseContributorImpl.java (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/services/impl/JSONResponseContributorImpl.java Sun Dec 17 10:22:14 2006
@@ -25,8 +25,8 @@
 import org.apache.tapestry.web.WebResponse;
 
 /**
- * Determines if incoming request is a valid dojo request via the javascript
- * added parameter of "dojoRequest" = "true".
+ * Determines if incoming request is a valid json request via the "json" http header
+ * or the "json" = "true" request parameter.
  * 
  * @author jkuhnert
  */