FactoryBean<freemarker.template.Configuration>, InitializableBean, Aware, EnvironmentAwarepublic class FreeMarkerConfigurationFactoryBean extends FreeMarkerConfigurationFactory implements InitializableBean, FactoryBean<freemarker.template.Configuration>
Note: Aspectran's FreeMarker support requires FreeMarker 2.3 or higher.
Created: 2016. 1. 9.
FACTORY_METHOD_NAME| Constructor | Description |
|---|---|
FreeMarkerConfigurationFactoryBean() |
| Modifier and Type | Method | Description |
|---|---|---|
freemarker.template.Configuration |
getObject() |
Return an instance (possibly shared or independent) of the object managed by this factory.
|
void |
initialize() |
Initialize FreeMarkerConfigurationFactory's Configuration
if not overridden by a preconfigured FreeMarker Configuration.
|
createConfiguration, getAggregateTemplateLoader, getTemplateLoaderForPath, newConfiguration, setDefaultEncoding, setEnvironment, setFreemarkerSettings, setFreemarkerVariables, setTemplateLoader, setTemplateLoader, setTemplateLoader, setTemplateLoaderPath, setTemplateLoaderPath, setTemplateLoaderPath, setTrimDirectives, setTrimDirectivespublic void initialize()
throws java.lang.Exception
initialize in interface InitializableBeanjava.lang.Exception - Exceptions occurring when you configure FreeMarkerpublic freemarker.template.Configuration getObject()
FactoryBeangetObject in interface FactoryBean<freemarker.template.Configuration>Copyright © 2008–2018 The Aspectran Project. All rights reserved.