java.lang.Object | ||
↳ | org.springframework.context.config.AbstractFeatureSpecification | |
↳ | org.springframework.web.servlet.config.MvcViewControllers |
Specifies the Spring MVC "View Controllers" container feature. The feature allows specifying one or more path to view name mappings. It sets up the following fine-grained configuration:
ParameterizableViewController
for each path/view name pair.
SimpleUrlHandlerMapping
mapping each view controller to its path.
SimpleControllerHandlerAdapter
to enable the DispatcherServlet
to invoke the view controllers.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |