Class OfbizCatalogUrlTransform

java.lang.Object
org.apache.ofbiz.product.category.ftl.OfbizCatalogUrlTransform
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

public class OfbizCatalogUrlTransform extends Object implements freemarker.template.TemplateTransformModel
  • Constructor Details

    • OfbizCatalogUrlTransform

      public OfbizCatalogUrlTransform()
  • Method Details

    • getStringArg

      public String getStringArg(Map<?,?> args, String key)
      Gets string arg.
      Parameters:
      args - the args
      key - the key
      Returns:
      the string arg
    • getWriter

      public Writer getWriter(Writer out, Map args) throws freemarker.template.TemplateModelException, IOException
      Specified by:
      getWriter in interface freemarker.template.TemplateTransformModel
      Throws:
      freemarker.template.TemplateModelException
      IOException