Uses of Interface
org.apache.sling.i18n.LocaleResolver
Packages that use LocaleResolver
-
Uses of LocaleResolver in org.apache.sling.i18n
Classes in org.apache.sling.i18n that implement LocaleResolverModifier and TypeClassDescriptionclass
TheDefaultLocaleResolver
resolves the request's Locale by calling theServletRequest.getLocales()
method, which generally will be the Servlet Container's implementation of this method and thus be based on the client'sAccept-Language
header.