类 FreeMarkerProperties


@ConfigurationProperties(prefix="spring.freemarker") public class FreeMarkerProperties extends AbstractTemplateViewResolverProperties
@ConfigurationProperties for configuring FreeMarker.
从以下版本开始:
1.1.0
作者:
Dave Syer, Andy Wilkinson
  • 字段详细资料

  • 构造器详细资料

    • FreeMarkerProperties

      public FreeMarkerProperties()
  • 方法详细资料

    • getSettings

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

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

      public String[] getTemplateLoaderPath()
    • setTemplateLoaderPath

      public void setTemplateLoaderPath(String... templateLoaderPaths)
    • isPreferFileSystemAccess

      public boolean isPreferFileSystemAccess()
    • setPreferFileSystemAccess

      public void setPreferFileSystemAccess(boolean preferFileSystemAccess)