Class ThymeLeafConfig


  • @Configuration
    public class ThymeLeafConfig
    extends java.lang.Object
    Additional config settings for the thymeleaf template engine
    • Constructor Summary

      Constructors 
      Constructor Description
      ThymeLeafConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      nz.net.ultraq.thymeleaf.LayoutDialect layoutDialect()
      Enables layouts by adding an additional dialect to the template engine
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThymeLeafConfig

        public ThymeLeafConfig()
    • Method Detail

      • layoutDialect

        @Bean
        public nz.net.ultraq.thymeleaf.LayoutDialect layoutDialect()
        Enables layouts by adding an additional dialect to the template engine
        Returns:
        the layout dialect