Interface CasThymeleafViewResolverConfigurer

  • All Superinterfaces:
    org.springframework.core.Ordered

    public interface CasThymeleafViewResolverConfigurer
    extends org.springframework.core.Ordered
    Spring beans that implement this interface will be used to configure the base ThymeleafViewResolver used by the ThemeViewResolverFactory.
    Since:
    5.3.0
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Detail

      • getOrder

        default int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • configureThymeleafViewResolver

        void configureThymeleafViewResolver​(org.thymeleaf.spring5.view.ThymeleafViewResolver thymeleafViewResolver)
        Configures the CAS Thymeleaf View Resolver, eg to inject static variables.
        Parameters:
        thymeleafViewResolver - The thymeleafViewResolver to configure
      • configureThymeleafView

        void configureThymeleafView​(org.thymeleaf.spring5.view.AbstractThymeleafView thymeleafView)
        Configure thymeleaf view.
        Parameters:
        thymeleafView - the thymeleaf view