Interface ThymeleafViewsRendererConfiguration

    • Method Detail

      • getCharacterEncoding

        java.lang.String getCharacterEncoding()
        Returns:
        the character encoding.
        See Also:
        AbstractConfigurableTemplateResolver.getCharacterEncoding()
      • getTemplateMode

        org.thymeleaf.templatemode.TemplateMode getTemplateMode()
        Returns:
        the template mode to be used.
        See Also:
        AbstractConfigurableTemplateResolver.getTemplateMode()
      • getSuffix

        java.lang.String getSuffix()
        Returns:
        the suffix.
        See Also:
        AbstractConfigurableTemplateResolver.getSuffix()
      • getForceSuffix

        boolean getForceSuffix()
        Returns:
        whether the suffix will be forced or not.
        See Also:
        AbstractConfigurableTemplateResolver.getForceSuffix()
      • getForceTemplateMode

        boolean getForceTemplateMode()
        Returns:
        whether the suffix will be forced or not.
        See Also:
        AbstractConfigurableTemplateResolver.getForceTemplateMode()
      • getCacheTTLMs

        java.lang.Long getCacheTTLMs()
        Returns:
        the cache TTL for resolved templates.
        See Also:
        AbstractConfigurableTemplateResolver.getCacheTTLMs()
      • getCheckExistence

        boolean getCheckExistence()
        Returns:
        true if resource existence will be checked, false if not
        See Also:
        AbstractTemplateResolver.getCheckExistence()
      • getCacheable

        boolean getCacheable()
        Returns:
        whether templates resolved are cacheable or not.
        See Also:
        AbstractConfigurableTemplateResolver.isCacheable()