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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

ConfigurationcreateConfiguration()
Prepare the FreeMarker Configuration and return it.
voidsetDefaultEncoding(String defaultEncoding)
Set the default encoding for the FreeMarker configuration.
voidsetTemplateLoaderPath(String templateLoaderPath)
Set the Freemarker template loader path via a Spring resource location.