Class OfbizContentAltUrlTransforms

java.lang.Object
org.apache.ofbiz.content.webapp.ftl.OfbizContentAltUrlTransforms
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

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

    • OfbizContentAltUrlTransforms

      public OfbizContentAltUrlTransforms()
  • Method Details

    • getStringArg

      public String getStringArg(Map<String,Object> 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