Class 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
    • Field Summary

      • Fields inherited from class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory

        logger
      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • 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
      • Methods inherited from interface org.springframework.context.ResourceLoaderAware

        setResourceLoader
    • Constructor Detail

      • VersionedFreeMarkerConfigurationFactoryBean

        public VersionedFreeMarkerConfigurationFactoryBean()
    • Method Detail

      • newConfiguration

        protected freemarker.template.Configuration newConfiguration()
        Overrides:
        newConfiguration in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory