Interface SharedVariableFactory
public interface SharedVariableFactory
It is an object that can create a shared variable, as a template model.
-
Method Summary
Modifier and TypeMethodDescriptionfreemarker.template.TemplateModel
create()
Creates a new shared variable.
-
Method Details
-
create
freemarker.template.TemplateModel create()Creates a new shared variable.- Returns:
- The shared variable.
-