Return-Path: Delivered-To: apmail-velocity-commits-archive@locus.apache.org Received: (qmail 56397 invoked from network); 28 Nov 2008 01:22:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2008 01:22:45 -0000 Received: (qmail 35783 invoked by uid 500); 28 Nov 2008 01:22:56 -0000 Delivered-To: apmail-velocity-commits-archive@velocity.apache.org Received: (qmail 35754 invoked by uid 500); 28 Nov 2008 01:22:56 -0000 Mailing-List: contact commits-help@velocity.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@velocity.apache.org Delivered-To: mailing list commits@velocity.apache.org Received: (qmail 35745 invoked by uid 99); 28 Nov 2008 01:22:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 17:22:56 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2008 01:21:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D1FE023888D5; Thu, 27 Nov 2008 17:22:24 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r721324 - /velocity/engine/trunk/xdocs/docs/glossary.xml Date: Fri, 28 Nov 2008 01:22:24 -0000 To: commits@velocity.apache.org From: wglass@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081128012224.D1FE023888D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ directive. Escaping is done by putting a \ character before the # or $. +
#evaluate
+
A directive which dynamically evaluates + a string literal or reference.
+
#foreach
A directive that allows you to repeat something on every value in a Collection, Array, Iterable, Map or