public interface TemplateMethodModel extends TemplateModel
NOTHING
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
exec(java.util.List arguments)
Executes a method call.
|
java.lang.Object exec(java.util.List arguments) throws TemplateModelException
TemplateMethodModelEx
instead.arguments
- a List of String objects
containing the values of the arguments passed to the method.TemplateModel
, it will be automatically
wrapped using the environment
object wrapper
.TemplateModelException