freemarker.testcase.models

Class SimpleTestMethod

Implemented Interfaces:
TemplateMethodModel, TemplateModel

public class SimpleTestMethod
extends java.lang.Object
implements TemplateMethodModel

A simple method model used as a test bed.
Version:
$Id: SimpleTestMethod.java,v 1.12 2004/01/06 17:06:44 szegedia Exp $

Fields inherited from interface freemarker.template.TemplateModel

NOTHING

Method Summary

Object
exec(List arguments)
Executes a method call.

Method Details

exec

public Object exec(List arguments)
Executes a method call.
Specified by:
exec in interface TemplateMethodModel
Parameters:
arguments - a List of String objects containing the values of the arguments passed to the method.
Returns:
the TemplateModel produced by the method, or null.