Package io.mangoo.templating.methods
Class I18nMethod
- java.lang.Object
-
- io.mangoo.templating.methods.I18nMethod
-
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel,freemarker.template.TemplateMethodModelEx,freemarker.template.TemplateModel
public class I18nMethod extends Object implements freemarker.template.TemplateMethodModelEx
- Author:
- svenkubiak
-
-
Constructor Summary
Constructors Constructor Description I18nMethod(Messages messages)
-
-
-
Constructor Detail
-
I18nMethod
public I18nMethod(Messages messages)
-
-
Method Detail
-
exec
public freemarker.template.TemplateModel exec(List arguments) throws freemarker.template.TemplateModelException
- Specified by:
execin interfacefreemarker.template.TemplateMethodModel- Specified by:
execin interfacefreemarker.template.TemplateMethodModelEx- Throws:
freemarker.template.TemplateModelException
-
-