You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2017/08/29 16:04:16 UTC

svn commit: r1806616 - /velocity/site/production/tools/devel/tools-summary.html

Author: cbrisson
Date: Tue Aug 29 16:04:15 2017
New Revision: 1806616

URL: http://svn.apache.org/viewvc?rev=1806616&view=rev
Log:
[site] document stringsDelimiter configuration in ParameterTool (production)

Modified:
    velocity/site/production/tools/devel/tools-summary.html

Modified: velocity/site/production/tools/devel/tools-summary.html
URL: http://svn.apache.org/viewvc/velocity/site/production/tools/devel/tools-summary.html?rev=1806616&r1=1806615&r2=1806616&view=diff
==============================================================================
--- velocity/site/production/tools/devel/tools-summary.html (original)
+++ velocity/site/production/tools/devel/tools-summary.html Tue Aug 29 16:04:15 2017
@@ -1626,6 +1626,10 @@ h2:hover > .headerlink, h3:hover > .head
 <td>request</td>
 </tr>
 <tr>
+<td><code>config.stringsDelimiter</code> [&nbsp;=&nbsp;<em>&lt;empty string&gt;</em>&nbsp;]</td>
+<td>String which is used by the <code>getStrings()</code> method to split input strings - no splitting occurs if empty (the default value is <code>','</code> in the base class, <code>org.apache.velocity.toos.generic.ValueParser</code>).</td>
+</tr>
+<tr>
 <td><code>$params.exists(</code>&nbsp;<em>name</em>&nbsp;<code>)</code></td>
 <td>checks whether given request parameter exists</td>
 </tr>