Title: [waffle-scm] [646] trunk/waffle-distribution/src/site/content/binding.html: Updated binding documentation.
Revision
646
Author
mauro
Date
2008-04-21 11:17:51 -0500 (Mon, 21 Apr 2008)

Log Message

Updated binding documentation.

Modified Paths


Diff

Modified: trunk/waffle-distribution/src/site/content/binding.html (645 => 646)

--- trunk/waffle-distribution/src/site/content/binding.html	2008-04-21 16:05:33 UTC (rev 645)
+++ trunk/waffle-distribution/src/site/content/binding.html	2008-04-21 16:17:51 UTC (rev 646)
@@ -96,7 +96,7 @@
         this.messageResources = messageResources;
     }
 
-    public boolean accept(Class<?> type) {
+    public boolean accept(Class type) {
         return Date.class.isAssignableFrom(type);
     }
 
@@ -151,7 +151,9 @@
         <tr class="b">
           <td align="left"><a href=""
           </td>
-          <td align="left">Converts CSV values with configurable error messages.</td>
+          <td align="left">Converts CSV values with configurable error messages.  It attempts to parse values as numbers (using the injectable <code>NumberFormat</code> instance,
+              which defaults to <code>NumberFormat.getInstance()</code>) and if not successful returns list of string values.
+          </td>
         </tr>
       </tbody>
     </table>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to