Interface FreemarkerConfigurationFactory
-
- All Known Implementing Classes:
FreemarkerDefaultConfigurationFactory
public interface FreemarkerConfigurationFactoryProvides lookup ofConfigurationinstance for Freemarker templating. Instantiation of Configuration objects is relatively heavy-weight, and Freemarker best-practices dictate that they be reused if possible. Therefore, most implementations of this interface will only create a singleton Configuration instance, and return it for every call togetConfiguration(). Although this will usually be the case, it is not a guarantee of this interface's contract.- Author:
- Jeff Wilde (jeff.wilde at complicatedrobot.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description freemarker.template.ConfigurationgetConfiguration()
-