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 |
defaultLocale
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
HttpAbstractLocaleResolver(HttpLocaleResolutionConfiguration httpLocaleResolutionConfiguration) |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
resolveOrDefault
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolve, resolveOrDefault
public static final Integer ORDER
protected HttpLocaleResolutionConfiguration httpLocaleResolutionConfiguration
public HttpAbstractLocaleResolver(HttpLocaleResolutionConfiguration httpLocaleResolutionConfiguration)
httpLocaleResolutionConfiguration
- Locale Resolution configuration for HTTP Requests