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()
Deprecated.
|
static WebMvcProperties.LocaleResolver |
WebMvcProperties.LocaleResolver.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WebMvcProperties.LocaleResolver[] |
WebMvcProperties.LocaleResolver.values()
Deprecated.
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) |