You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2005/03/30 22:16:13 UTC

[Jakarta-velocity Wiki] Update of "VelocityTools" by ShinobuKawaiYoshida

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-velocity Wiki" for change notification.

The following page has been changed by ShinobuKawaiYoshida:
http://wiki.apache.org/jakarta-velocity/VelocityTools

The comment on the change is:
ListTool

------------------------------------------------------------------------------
   * [http://www.mail-archive.com/struts-user@jakarta.apache.org/msg63487.html Tips for Tiles]
   * NullTool -- A generic Tool that works with null.
   * ViewNullTool -- A ViewTool that works with null.
-  * ArrayTool -- A generic Tool that works with arrays.
+  * ArrayTool -- A generic Tool that works with arrays.  Now, use the ListTool that also works transparently with lists.
   * EscapeTool -- A generic Tool that works with escaping.  Depends on commons-lang 2.0.
   * PublicFieldUberspect -- Uberspect implementation that exposes public fields.
   * MonostateVelocityEngine -- A nasty VelocityEngine for people who want to be polymorphic with the Singleton model.  See [http://issues.apache.org/bugzilla/show_bug.cgi?id=21258 Bug 21258].
@@ -52, +52 @@

   * develop/document standard coding style for macros
   * develop/document standard way of documenting macros (maybe using http://www.chickenshick.com/velocidoc/?)
  
- 
- 
-