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

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

Introduction

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

Usage

From source file org.dspace.webmvc.view.freemarker.SpringThemeAwareFreeMarkerConfigurationFactoryBean.java

public class SpringThemeAwareFreeMarkerConfigurationFactoryBean extends FreeMarkerConfigurationFactoryBean {
    /**
     * Get the configuration object for Freemarker
     *
     * In this implementation, we use a custom Configuration object, that integrates
     * with Spring's theme support to allow templates to be overridden in themes.