|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateMethodModel
Objects that act as methods in a template data model must implement this interface.
Field Summary |
---|
Fields inherited from interface freemarker.template.TemplateModel |
---|
NOTHING |
Method Summary | |
---|---|
Object |
exec(List arguments)
Executes a method call. |
Method Detail |
---|
Object exec(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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |