You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by wg...@apache.org on 2008/11/28 02:22:24 UTC

svn commit: r721324 - /velocity/engine/trunk/xdocs/docs/glossary.xml

Author: wglass
Date: Thu Nov 27 17:22:24 2008
New Revision: 721324

URL: http://svn.apache.org/viewvc?rev=721324&view=rev
Log:
add #evaluate to the glossary

Modified:
    velocity/engine/trunk/xdocs/docs/glossary.xml

Modified: velocity/engine/trunk/xdocs/docs/glossary.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/xdocs/docs/glossary.xml?rev=721324&r1=721323&r2=721324&view=diff
==============================================================================
--- velocity/engine/trunk/xdocs/docs/glossary.xml (original)
+++ velocity/engine/trunk/xdocs/docs/glossary.xml Thu Nov 27 17:22:24 2008
@@ -90,6 +90,10 @@
     <a href="#directive">directive</a>. Escaping is done by putting a 
     <code>\</code> character before the <code>#</code> or <code>$</code>.</dd>
 
+    <dt><a name="evaluate">#evaluate</a></dt>
+    <dd>A <a href="#directive">directive</a> which dynamically evaluates
+    a string literal or reference.  </dd>
+
     <dt><a name="foreach">#foreach</a></dt>
     <dd>A <a href="#directive">directive</a> that allows you to repeat
     something on every value in a Collection, Array, Iterable, Map or