Class PebbleProperties

java.lang.Object
org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
io.pebbletemplates.boot.autoconfigure.PebbleProperties

@ConfigurationProperties("pebble") public class PebbleProperties extends org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    boolean
     
    void
    setDefaultLocale(Locale defaultLocale)
     
    void
    setGreedyMatchMethod(boolean greedyMatchMethod)
     
    void
    setStrictVariables(boolean strictVariables)
     

    Methods inherited from class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties

    applyToMvcViewResolver, getPrefix, getRequestContextAttribute, getSuffix, isAllowRequestOverride, isAllowSessionOverride, isExposeRequestAttributes, isExposeSessionAttributes, isExposeSpringMacroHelpers, setAllowRequestOverride, setAllowSessionOverride, setExposeRequestAttributes, setExposeSessionAttributes, setExposeSpringMacroHelpers, setPrefix, setRequestContextAttribute, setSuffix

    Methods inherited from class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties

    getCharset, getCharsetName, getContentType, getViewNames, isCache, isCheckTemplateLocation, isEnabled, setCache, setCharset, setCheckTemplateLocation, setContentType, setEnabled, setViewNames

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PebbleProperties

      public PebbleProperties()
  • Method Details

    • getDefaultLocale

      public Locale getDefaultLocale()
    • setDefaultLocale

      public void setDefaultLocale(Locale defaultLocale)
    • isStrictVariables

      public boolean isStrictVariables()
    • setStrictVariables

      public void setStrictVariables(boolean strictVariables)
    • isGreedyMatchMethod

      public boolean isGreedyMatchMethod()
    • setGreedyMatchMethod

      public void setGreedyMatchMethod(boolean greedyMatchMethod)