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 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 Integer ORDER
protected HttpLocaleResolutionConfiguration httpLocaleResolutionConfiguration
public HttpAbstractLocaleResolver(HttpLocaleResolutionConfiguration httpLocaleResolutionConfiguration)
httpLocaleResolutionConfiguration - Locale Resolution configuration for HTTP Requests