Class FreeMarkerProperties


@ConfigurationProperties(prefix="spring.freemarker") public class FreeMarkerProperties extends AbstractTemplateViewResolverProperties
@ConfigurationProperties for configuring FreeMarker.
Since:
1.1.0
Author:
Dave Syer, Andy Wilkinson
  • Field Details

  • Constructor Details

    • FreeMarkerProperties

      public FreeMarkerProperties()
  • Method Details

    • getSettings

      public Map<String,String> getSettings()
    • setSettings

      public void setSettings(Map<String,String> settings)
    • getTemplateLoaderPath

      public String[] getTemplateLoaderPath()
    • isPreferFileSystemAccess

      public boolean isPreferFileSystemAccess()
    • setPreferFileSystemAccess

      public void setPreferFileSystemAccess(boolean preferFileSystemAccess)
    • setTemplateLoaderPath

      public void setTemplateLoaderPath(String... templateLoaderPaths)