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

Packages that use RequestLocaleResolver
org.apache.sling.i18n   
org.apache.sling.i18n.impl   
 

Uses of RequestLocaleResolver in org.apache.sling.i18n
 

Classes in org.apache.sling.i18n that implement RequestLocaleResolver
 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 RequestLocaleResolver in org.apache.sling.i18n.impl
 

Methods in org.apache.sling.i18n.impl with parameters of type RequestLocaleResolver
protected  void I18NFilter.bindRequestLocaleResolver(RequestLocaleResolver resolver)
           
protected  void I18NFilter.unbindRequestLocaleResolver(RequestLocaleResolver resolver)
           
 



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