execute

An execute command lets you run a method in the Java fixture code.

Example

The following instrumentation:

<p concordion:execute="myMethod()">Some text goes here.</p>

Will call myMethod() in the Java fixture code.

Further Details