Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
Modifier and Type | Class and Description |
---|---|
class |
WebMvcRegistrationsAdapter
An implementation of
WebMvcRegistrations with empty methods allowing
sub-classes to override only the methods they're interested in. |
Constructor and Description |
---|
EnableWebMvcConfiguration(org.springframework.beans.factory.ObjectProvider<WebMvcProperties> mvcPropertiesProvider,
org.springframework.beans.factory.ObjectProvider<WebMvcRegistrations> mvcRegistrationsProvider,
org.springframework.beans.factory.ListableBeanFactory beanFactory) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.