public interface FreemarkerConfigurationFactory
Configuration
instance 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 to
getConfiguration()
. Although this will usually be the case, it is
not a guarantee of this interface's contract.Modifier and Type | Method and Description |
---|---|
freemarker.template.Configuration |
getConfiguration() |
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.