You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2006/05/31 20:37:18 UTC

svn commit: r410632 - in /jakarta/jmeter/branches/rel-2-1/xdocs: changes.xml usermanual/functions.xml

Author: sebb
Date: Wed May 31 11:37:18 2006
New Revision: 410632

URL: http://svn.apache.org/viewvc?rev=410632&view=rev
Log:
Document __jexl function

Modified:
    jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml
    jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/functions.xml

Modified: jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml?rev=410632&r1=410631&r2=410632&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/xdocs/changes.xml Wed May 31 11:37:18 2006
@@ -107,6 +107,7 @@
 <li>Allow use of htmlparser 1.6</li>
 <li>Bug 39656 - always use SOAP action if it is provided</li>
 <li>Automatically include properties from user.properties file</li>
+<li>Add __jexl() function - evaluates Commons JEXL expressions</li>
 </ul>
 
 <h4>Bug fixes:</h4>

Modified: jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/functions.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/functions.xml?rev=410632&r1=410631&r2=410632&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/functions.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/functions.xml Wed May 31 11:37:18 2006
@@ -73,6 +73,7 @@
         <li><a href="#__split">split - Split a string into variables</a></li>
         <li><a href="#__XPath">XPath - XPath use an xpath expression</a></li>
         <li><a href="#__time">time - return current time in various formats</a></li>
+        <li><a href="#__jexl">jexl - evaluate a Commons Jexl expression</a></li>
 </ul>
 
 <subsection name="&sect-num;.1 What can functions do" anchor="what_can_do">
@@ -670,6 +671,20 @@
 <p>The defaults can be changed by setting the appropriate JMeter property, e.g.
 time.YMD=yyMMdd
 </p>
+</component>
+
+<component index="&sect-num;.5.18" name="__jexl">
+<description>
+	<p>The jexl function returns the result of evaluating a 
+	<a href="http://jakarta.apache.org/commons/jexl">Commons JEXL expression</a>.
+	</p>
+	</description>
+
+<properties>
+        <property name="Expression" required="Yes">
+        The expression to be evaluated. 
+        </property>
+</properties>
 </component>
 
 </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org