Package org.apache.ofbiz.webapp.ftl
Class OfbizAmountTransform
- java.lang.Object
-
- org.apache.ofbiz.webapp.ftl.OfbizAmountTransform
-
- All Implemented Interfaces:
freemarker.template.TemplateModel
,freemarker.template.TemplateTransformModel
public class OfbizAmountTransform extends java.lang.Object implements freemarker.template.TemplateTransformModel
OfbizAmountTransform - Freemarker Transform for content links
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
static java.lang.String
SPELLED_OUT_FORMAT
-
Constructor Summary
Constructors Constructor Description OfbizAmountTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.Writer
getWriter(java.io.Writer out, java.util.Map args)
-
-
-
Field Detail
-
module
public static final java.lang.String module
-
SPELLED_OUT_FORMAT
public static final java.lang.String SPELLED_OUT_FORMAT
- See Also:
- Constant Field Values
-
-