Class OfbizCatalogAltUrlTransform
java.lang.Object
org.apache.ofbiz.product.category.ftl.OfbizCatalogAltUrlTransform
- All Implemented Interfaces:
freemarker.template.TemplateModel
,freemarker.template.TemplateTransformModel
public class OfbizCatalogAltUrlTransform
extends Object
implements freemarker.template.TemplateTransformModel
-
Field Summary
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
OfbizCatalogAltUrlTransform
public OfbizCatalogAltUrlTransform()
-
-
Method Details
-
getStringArg
Gets string arg.- Parameters:
args
- the argskey
- the key- Returns:
- the string arg
-
checkArg
Check arg boolean.- Parameters:
args
- the argskey
- the keydefaultValue
- the default value- Returns:
- the boolean
-
getWriter
public Writer getWriter(Writer out, Map args) throws freemarker.template.TemplateModelException, IOException - Specified by:
getWriter
in interfacefreemarker.template.TemplateTransformModel
- Throws:
freemarker.template.TemplateModelException
IOException
-