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 ThemeViewResolverFactory
    This 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.ViewResolver create​(java.lang.String theme)
      Create a new ViewResolver for the specified theme.
    • Method Detail

      • create

        org.springframework.web.servlet.ViewResolver create​(java.lang.String theme)
        Create a new ViewResolver for the specified theme.
        Parameters:
        theme - The theme to create the ViewResolver for
        Returns:
        The ViewResolver