Interface SharedVariableFactory


public interface SharedVariableFactory
It is an object that can create a shared variable, as a template model.
  • Method Summary

    Modifier and Type
    Method
    Description
    freemarker.template.TemplateModel
    Creates a new shared variable.
  • Method Details

    • create

      freemarker.template.TemplateModel create()
      Creates a new shared variable.
      Returns:
      The shared variable.