Class 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  
      • Fields inherited from interface freemarker.template.TemplateModel

        NOTHING
    • 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)  
      • 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

      • CatalogUrlDirective

        public CatalogUrlDirective()
    • 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 interface freemarker.template.TemplateDirectiveModel
        Throws:
        freemarker.template.TemplateException
        java.io.IOException