Java org.springframework.web.servlet.view.freemarker FreeMarkerConfigurer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.view.freemarker FreeMarkerConfigurer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.view.freemarker FreeMarkerConfigurer.

The text is from its open source code.

Subclass

org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
Initialize FreeMarkerConfigurationFactory's Configuration if not overridden by a preconfigured FreeMarker Configuration.
ConfigurationgetConfiguration()
Return the Configuration object wrapped by this bean.
voidsetConfiguration(Configuration configuration)
Set a preconfigured Configuration to use for the FreeMarker web config, e.g.
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.
voidsetPreferFileSystemAccess(boolean preferFileSystemAccess)
Set whether to prefer file system access for template loading.
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.