Package com.tetsuwantech.atom.util
Class VersionedFreeMarkerConfigurationFactoryBean
- java.lang.Object
-
- org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
- org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
-
- com.tetsuwantech.atom.util.VersionedFreeMarkerConfigurationFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.FactoryBean<freemarker.template.Configuration>
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ResourceLoaderAware
public class VersionedFreeMarkerConfigurationFactoryBean extends org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
-
-
Constructor Summary
Constructors Constructor Description VersionedFreeMarkerConfigurationFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected freemarker.template.Configuration
newConfiguration()
-
Methods inherited from class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
afterPropertiesSet, getObject, getObjectType, isSingleton
-
Methods inherited from class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
createConfiguration, getAggregateTemplateLoader, getResourceLoader, getTemplateLoaderForPath, isPreferFileSystemAccess, postProcessConfiguration, postProcessTemplateLoaders, setConfigLocation, setDefaultEncoding, setFreemarkerSettings, setFreemarkerVariables, setPostTemplateLoaders, setPreferFileSystemAccess, setPreTemplateLoaders, setResourceLoader, setTemplateLoaderPath, setTemplateLoaderPaths
-
-