Example usage for org.springframework.ui.freemarker FreeMarkerConfigurationFactory subclass-usage

List of usage examples for org.springframework.ui.freemarker FreeMarkerConfigurationFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.ui.freemarker FreeMarkerConfigurationFactory subclass-usage.

Usage

From source file com.dictiographer.utils.FreeMarkerConfigurer.java

/**
 * JavaBean to configure FreeMarker for web usage, via the "configLocation"
 * and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
 * The simplest way to use this class is to specify just a "templateLoaderPath":
 * You do not need any further configuration then.
 * <p/>