public abstract class HttpAbstractLocaleResolver extends AbstractLocaleResolver<HttpRequest<?>> implements HttpLocaleResolver
LocaleResolver and handles default locale resolution.| Modifier and Type | Field and Description | 
|---|---|
| protected HttpLocaleResolutionConfiguration | httpLocaleResolutionConfiguration | 
| static java.lang.Integer | ORDER | 
defaultLocaleHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
| HttpAbstractLocaleResolver(HttpLocaleResolutionConfiguration httpLocaleResolutionConfiguration) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getOrder() | 
resolveOrDefaultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolve, resolveOrDefaultpublic static final java.lang.Integer ORDER
protected HttpLocaleResolutionConfiguration httpLocaleResolutionConfiguration
public HttpAbstractLocaleResolver(HttpLocaleResolutionConfiguration httpLocaleResolutionConfiguration)
httpLocaleResolutionConfiguration - Locale Resolution configuration for HTTP Requests