Java org.springframework.ui.freemarker FreeMarkerConfigurationFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.ui.freemarker FreeMarkerConfigurationFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.ui.freemarker FreeMarkerConfigurationFactoryBean.

The text is from its open source code.

Subclass

org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
ConfigurationcreateConfiguration()
Prepare the FreeMarker Configuration and return it.
ConfigurationgetObject()
voidsetConfigLocation(Resource resource)
Set the location of the FreeMarker config file.
voidsetDefaultEncoding(String defaultEncoding)
Set the default encoding for the FreeMarker configuration.
voidsetFreemarkerSettings(Properties settings)
Set properties that contain well-known FreeMarker keys which will be passed to FreeMarker's Configuration.setSettings method.
voidsetResourceLoader(ResourceLoader resourceLoader)
Set the Spring ResourceLoader to use for loading FreeMarker template files.
voidsetTemplateLoaderPath(String templateLoaderPath)
Set the Freemarker template loader path via a Spring resource location.
voidsetTemplateLoaderPaths(String... templateLoaderPaths)
Set multiple Freemarker template loader paths via Spring resource locations.