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="pooled" >
-
<construct
class="impl.RequestLocaleManagerImpl"
>
-
<set-service
property="request"
service-id="tapestry.globals.WebRequest"
/>
-
<set-object
property="cookieSource"
value="infrastructure:cookieSource"
/>
-
<set-service
property="threadLocale"
service-id="hivemind.ThreadLocale"
/>
-
<set-object
property="acceptedLocales"
value="app-property:org.apache.tapestry.accepted-locales"
/>
</construct>
</invoke-factory>
|