| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.context.config.AbstractFeatureSpecification
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.context.config.AbstractFeatureSpecification
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.context.config.FeatureSpecification
| |||||||||||
From interface
org.springframework.context.config.SourceAwareSpecification
| |||||||||||