Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/xdoc
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30108/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/xdoc

Modified Files:
        QTagXDocPlugin.jelly 
Log Message:
Support to QTags to return array types: 
Tag values will be running through a StringTokenizer.
Each array value will be validated through if used it @qtags.allowed-value.
The StringTokenizer delimiter is by default "," but can also be ";" - This can 
be set using @qtags.list-token.
Note: Before @qtags.default was not being verified against a valid value set by 
@qtags.allowed-value.
Current generated tag impl changed this - The default value is set before 
values validation.



Index: QTagXDocPlugin.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/main/java/org/xdoclet/plugin/qtags/xdoc/QTagXDocPlugin.jelly,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** QTagXDocPlugin.jelly        10 Dec 2004 17:10:19 -0000      1.10
--- QTagXDocPlugin.jelly        21 Aug 2005 13:44:31 -0000      1.11
***************
*** 77,80 ****
--- 77,82 ----
                                      <th>Allowed values</th>
                                      <th>Default value</th>
+                                     <th>Array</th>
+                                     <th>Token separator</th>
                                      <th>Description</th>
                                  </tr>
***************
*** 99,102 ****
--- 101,108 ----
                                              </td>
                                              
<td>${method.getTagByName("qtags.default").getValue()}</td>
+                                             <td>${method.returns.array}</td>
+                                             <td>
+                                                 <j:if 
test="${method.returns.array}">${plugin.qTagUtils.getTokenizer(method)}</j:if>
+                                             </td>
                                              <td>${method.comment}</td>
                                          </tr>



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to