Service Point tapestry.request.RequestLocaleManager | Interface: | org.apache.tapestry.services.RequestLocaleManager |
---|
Encapsulates the logic for extracting the locale for the current request. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="threaded" >
- <construct
class="impl.RequestLocaleManagerImpl"
>
- <set-service
property="request"
service-id="tapestry.globals.WebRequest"
/>
- <set-service
property="cookieSource"
service-id="CookieSource"
/>
- <set-service
property="threadLocale"
service-id="hivemind.ThreadLocale"
/>
</construct>
</invoke-factory>
|