Package org.apache.ofbiz.webapp.ftl
Class SetContextFieldTransform
- java.lang.Object
-
- org.apache.ofbiz.webapp.ftl.SetContextFieldTransform
-
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel
,freemarker.template.TemplateMethodModelEx
,freemarker.template.TemplateModel
public class SetContextFieldTransform extends java.lang.Object implements freemarker.template.TemplateMethodModelEx
SetRequestAttributeMethod - Freemarker Method for setting context fields
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description SetContextFieldTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
exec(java.util.List args)
-
-
-
Method Detail
-
exec
public java.lang.Object exec(java.util.List args) throws freemarker.template.TemplateModelException
- Specified by:
exec
in interfacefreemarker.template.TemplateMethodModel
- Specified by:
exec
in interfacefreemarker.template.TemplateMethodModelEx
- Throws:
freemarker.template.TemplateModelException
-
-