Base implementation of the Spring MVC {@link org.springframework.web.servlet.View}interface.
Views represent a template being executed, after being resolved (and instantiated) by a {@link org.springframework.web.servlet.ViewResolver}.
This is the default view implementation resolved by {@link ThymeleafViewResolver}.
@author Daniel Fernández @since 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|