Class ThymeleafModule.Config

    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • getTemplatesCacheSize

        public int getTemplatesCacheSize()
        The size of the templates cache.

        0 by default (disabled).

        Returns:
        the size of the templates cache.
      • getTemplatesMode

        public java.lang.String getTemplatesMode()
        The mode for templates.

        "XHTML" by default.

        Returns:
        the mode for templates.
      • getTemplatesPrefix

        public java.lang.String getTemplatesPrefix()
        The prefix for templates.

        "thymeleaf" by default.

        Returns:
        the prefix for templates.
      • getTemplatesSuffix

        public java.lang.String getTemplatesSuffix()
        The suffix for templates.

        ".html" by default.

        Returns:
        the suffix for templates.
      • templatesCacheSize

        public ThymeleafModule.Config templatesCacheSize​(int templatesCacheSize)
        Sets the size of the templates cache.
        Parameters:
        templatesCacheSize - the size of the templates cache
        Returns:
        this
      • templatesMode

        public ThymeleafModule.Config templatesMode​(java.lang.String templatesMode)
        Sets the mode for templates.
        Parameters:
        templatesMode - the mode for templates
        Returns:
        this
      • templatesPrefix

        public ThymeleafModule.Config templatesPrefix​(java.lang.String templatesPrefix)
        Sets the prefix for templates.
        Parameters:
        templatesPrefix - the prefix for templates
        Returns:
        this
      • templateSuffix

        public ThymeleafModule.Config templateSuffix​(java.lang.String templatesSuffix)
        Sets the suffix for templates.
        Parameters:
        templatesSuffix - the suffix for templates
        Returns:
        this