Service Point tapestry.bindings.MessageBindingFactory | Interface: | org.apache.tapestry.binding.BindingFactory |
---|
Creates bindings where the path is a localized message key for the component. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="org.apache.tapestry.binding.MessageBindingFactory"
>
- <set-service
property="valueConverter"
service-id="tapestry.coerce.ValueConverter"
/>
</construct>
</invoke-factory>
|