Uses of Interface
org.apache.sling.i18n.LocaleResolver

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)
           
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.