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 2007/03/26 06:59:46 UTC

svn commit: r522417 - in /velocity/engine/trunk: src/changes/changes.xml xdocs/docs/developer-guide.xml

Author: wglass
Date: Sun Mar 25 21:59:46 2007
New Revision: 522417

URL: http://svn.apache.org/viewvc?view=rev&rev=522417
Log:
updated docs for VELOCITY-509

Modified:
    velocity/engine/trunk/src/changes/changes.xml
    velocity/engine/trunk/xdocs/docs/developer-guide.xml

Modified: velocity/engine/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/src/changes/changes.xml?view=diff&rev=522417&r1=522416&r2=522417
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sun Mar 25 21:59:46 2007
@@ -26,6 +26,11 @@
 
   <body>
     <release version="1.6" date="in Subversion">
+      <action type="add" dev="wglass" issue="VELOCITY-509">
+        Added new directive #evaluate() to dynamically evaluate VTL.
+      </action>
+
+
     </release>
 
     <release version="1.5" date="2007-01-28">

Modified: velocity/engine/trunk/xdocs/docs/developer-guide.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/xdocs/docs/developer-guide.xml?view=diff&rev=522417&r1=522416&r2=522417
==============================================================================
--- velocity/engine/trunk/xdocs/docs/developer-guide.xml (original)
+++ velocity/engine/trunk/xdocs/docs/developer-guide.xml Sun Mar 25 21:59:46 2007
@@ -1582,6 +1582,16 @@
 </p>
 
 <p>
+<strong>#evaluate() Directive</strong>
+</p>
+
+<p>
+<code>directive.evaluate.context.class = org.apache.velocity.VelocityContext</code><br/>
+Used in the #evaluate() directive, defines the class that is used for the
+context local to the argument for #evaluate().
+</p>
+
+<p>
 <strong>#foreach() Directive</strong>
 </p>