Package org.apereo.cas.services.web
Interface CasThymeleafViewResolverConfigurer
-
- All Superinterfaces:
org.springframework.core.Ordered
public interface CasThymeleafViewResolverConfigurer extends org.springframework.core.OrderedSpring beans that implement this interface will be used to configure the baseThymeleafViewResolverused by theThemeViewResolverFactory.- Since:
- 5.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidconfigureThymeleafView(org.thymeleaf.spring5.view.AbstractThymeleafView thymeleafView)Configure thymeleaf view.voidconfigureThymeleafViewResolver(org.thymeleaf.spring5.view.ThymeleafViewResolver thymeleafViewResolver)Configures the CAS Thymeleaf View Resolver, eg to inject static variables.default intgetOrder()
-
-
-
Method Detail
-
getOrder
default int getOrder()
- Specified by:
getOrderin interfaceorg.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
-
-