クラス GroovyTemplateProperties


@ConfigurationProperties("spring.groovy.template") public class GroovyTemplateProperties extends AbstractTemplateViewResolverProperties
Groovy テンプレートを構成するための @ConfigurationProperties
導入:
1.1.0
作成者:
Dave Syer, Marten Deinum
  • フィールドの詳細

  • コンストラクターの詳細

    • GroovyTemplateProperties

      public GroovyTemplateProperties()
  • メソッドの詳細

    • isAutoEscape

      public boolean isAutoEscape()
    • setAutoEscape

      public void setAutoEscape(boolean autoEscape)
    • isAutoIndent

      public boolean isAutoIndent()
    • setAutoIndent

      public void setAutoIndent(boolean autoIndent)
    • getAutoIndentString

      public StringSE getAutoIndentString()
    • setAutoIndentString

      public void setAutoIndentString(StringSE autoIndentString)
    • isAutoNewLine

      public boolean isAutoNewLine()
    • setAutoNewLine

      public void setAutoNewLine(boolean autoNewLine)
    • getBaseTemplateClass

      public ClassSE<? extends groovy.text.markup.BaseTemplate> getBaseTemplateClass()
    • setBaseTemplateClass

      public void setBaseTemplateClass(ClassSE<? extends groovy.text.markup.BaseTemplate> baseTemplateClass)
    • getDeclarationEncoding

      public StringSE getDeclarationEncoding()
    • setDeclarationEncoding

      public void setDeclarationEncoding(StringSE declarationEncoding)
    • isExpandEmptyElements

      public boolean isExpandEmptyElements()
    • setExpandEmptyElements

      public void setExpandEmptyElements(boolean expandEmptyElements)
    • getLocale

      public LocaleSE getLocale()
    • setLocale

      public void setLocale(LocaleSE locale)
    • getNewLineString

      public StringSE getNewLineString()
    • setNewLineString

      public void setNewLineString(StringSE newLineString)
    • getResourceLoaderPath

      public StringSE getResourceLoaderPath()
    • setResourceLoaderPath

      public void setResourceLoaderPath(StringSE resourceLoaderPath)
    • isUseDoubleQuotes

      public boolean isUseDoubleQuotes()
    • setUseDoubleQuotes

      public void setUseDoubleQuotes(boolean useDoubleQuotes)