Class CatalogUrlDirective
- java.lang.Object
-
- org.apache.ofbiz.product.category.CatalogUrlDirective
-
- All Implemented Interfaces:
freemarker.template.TemplateDirectiveModel
,freemarker.template.TemplateModel
public class CatalogUrlDirective extends java.lang.Object implements freemarker.template.TemplateDirectiveModel
CatalogUrlDirective - Freemarker Template Directive for generating URLs suitable for use by the CatalogUrlServlet Accepts the following arguments (see CatalogUrlServlet for their definition): productId currentCategoryId previousCategoryId
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description CatalogUrlDirective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(freemarker.core.Environment env, java.util.Map args, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
-
-
-
Method Detail
-
execute
public void execute(freemarker.core.Environment env, java.util.Map args, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body) throws freemarker.template.TemplateException, java.io.IOException
- Specified by:
execute
in interfacefreemarker.template.TemplateDirectiveModel
- Throws:
freemarker.template.TemplateException
java.io.IOException
-
-