Uses of Interface
org.apache.tapestry.services.RequestLocaleManager

Packages that use RequestLocaleManager
org.apache.tapestry.services.impl   
 

Uses of RequestLocaleManager in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement RequestLocaleManager
 class RequestLocaleManagerImpl
          Identifies the Locale provided by the client (either in a Tapestry-specific cookie, or interpolated from the HTTP header.
 

Methods in org.apache.tapestry.services.impl with parameters of type RequestLocaleManager
 void ResponseRendererImpl.setLocaleManager(RequestLocaleManager localeManager)
           
 void EngineManagerImpl.setLocaleManager(RequestLocaleManager manager)