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