Package ninja.template
Class TemplateEngineFreemarkerI18nMethod
- java.lang.Object
-
- ninja.template.TemplateEngineFreemarkerI18nMethod
-
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel,freemarker.template.TemplateMethodModelEx,freemarker.template.TemplateModel
public class TemplateEngineFreemarkerI18nMethod extends Object implements freemarker.template.TemplateMethodModelEx
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description TemplateEngineFreemarkerI18nMethod(Messages messages, Context context, Result result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description freemarker.template.TemplateModelexec(List args)voidlogIfMessageKeyIsMissing(String messageKey, String messageValue)
-
-
-
Method Detail
-
exec
public freemarker.template.TemplateModel exec(List args) throws freemarker.template.TemplateModelException
- Specified by:
execin interfacefreemarker.template.TemplateMethodModel- Specified by:
execin interfacefreemarker.template.TemplateMethodModelEx- Throws:
freemarker.template.TemplateModelException
-
-