|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocaleResolver | |
---|---|
org.apache.sling.i18n | |
org.apache.sling.i18n.impl |
Uses of LocaleResolver in org.apache.sling.i18n |
---|
Classes in org.apache.sling.i18n that implement LocaleResolver | |
---|---|
class |
DefaultLocaleResolver
The DefaultLocaleResolver resolves the request's Locale by
calling the ServletRequest.getLocales() method, which generally
will be the Servlet Container's implementation of this method and thus be
based on the client's Accept-Language header. |
Uses of LocaleResolver in org.apache.sling.i18n.impl |
---|
Methods in org.apache.sling.i18n.impl with parameters of type LocaleResolver | |
---|---|
protected void |
I18NFilter.bindLocaleResolver(LocaleResolver resolver)
|
protected void |
I18NFilter.unbindLocaleResolver(LocaleResolver resolver)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |