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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetDefaultLocale(Locale defaultLocale) voidsetGreedyMatchMethod(boolean greedyMatchMethod) voidsetStrictVariables(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, setSuffixMethods inherited from class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
getCharset, getCharsetName, getContentType, getViewNames, isCache, isCheckTemplateLocation, isEnabled, setCache, setCharset, setCheckTemplateLocation, setContentType, setEnabled, setViewNames
-
Field Details
-
DEFAULT_PREFIX
- See Also:
-
DEFAULT_SUFFIX
- See Also:
-
-
Constructor Details
-
PebbleProperties
public PebbleProperties()
-
-
Method Details
-
getDefaultLocale
-
setDefaultLocale
-
isStrictVariables
public boolean isStrictVariables() -
setStrictVariables
public void setStrictVariables(boolean strictVariables) -
isGreedyMatchMethod
public boolean isGreedyMatchMethod() -
setGreedyMatchMethod
public void setGreedyMatchMethod(boolean greedyMatchMethod)
-