Package | Description |
---|---|
org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
WebMvcProperties.LocaleResolver |
WebMvcProperties.getLocaleResolver() |
static WebMvcProperties.LocaleResolver |
WebMvcProperties.LocaleResolver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebMvcProperties.LocaleResolver[] |
WebMvcProperties.LocaleResolver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WebMvcProperties.setLocaleResolver(WebMvcProperties.LocaleResolver localeResolver) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.