Class I18nMethodModel
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.i18n.freemarker.I18nMethodModel
-
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel,freemarker.template.TemplateMethodModelEx,freemarker.template.TemplateModel
public class I18nMethodModel extends Object implements freemarker.template.TemplateMethodModelEx
This Freemarker method will produce a bundle of text strings. It is simply a wrapper around I18n that produces a wrapped I18nBundle. If the bundle name is not provided, the default bundle is assumed.
-
-
Constructor Summary
Constructors Constructor Description I18nMethodModel()
-