Package org.apereo.cas.services.web
Interface ThemeViewResolverFactory
-
- All Known Implementing Classes:
ThemeViewResolver.Factory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ThemeViewResolverFactoryThis interface can be used to create a ViewResolver for a specified theme.- Since:
- 5.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.web.servlet.ViewResolvercreate(java.lang.String theme)Create a new ViewResolver for the specified theme.
-