Class OfbizCatalogUrlTransform

  • All Implemented Interfaces:
    freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

    public class OfbizCatalogUrlTransform
    extends java.lang.Object
    implements freemarker.template.TemplateTransformModel
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
      • Fields inherited from interface freemarker.template.TemplateModel

        NOTHING
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStringArg​(java.util.Map<?,​?> args, java.lang.String key)  
      java.io.Writer getWriter​(java.io.Writer out, java.util.Map args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • Constructor Detail

      • OfbizCatalogUrlTransform

        public OfbizCatalogUrlTransform()
    • Method Detail

      • getStringArg

        public java.lang.String getStringArg​(java.util.Map<?,​?> args,
                                             java.lang.String key)
      • getWriter

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