Service Point tapestry.bindings.BeanBindingFactory | Interface: | org.apache.tapestry.binding.BindingFactory |
Creates bindings where the path is the name of a managed bean defined by the component. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="BeanBindingFactory"
>
-
<set-object property="valueConverter"
value="infrastructure:valueConverter"
/>
</construct>
</invoke-factory>
|