Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
Modifier and Type | Method and Description |
---|---|
WebProperties.LocaleResolver |
WebProperties.getLocaleResolver() |
static WebProperties.LocaleResolver |
WebProperties.LocaleResolver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebProperties.LocaleResolver[] |
WebProperties.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 |
WebProperties.setLocaleResolver(WebProperties.LocaleResolver localeResolver) |