Implementation of the Spring MVC {@link org.springframework.web.servlet.ViewResolver}interface.
View resolvers execute after the controller ends its execution. They receive the name of the view to be processed and are in charge of creating (and configuring) the corresponding {@link View} object for it.
The {@link View} implementations managed by this class are subclasses of {@link AbstractThymeleafView}. By default, {@link ThymeleafView} is used.
@author Daniel Fernández @since 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|