Service Point tapestry.bindings.HiveMindBindingFactory | Interface: | org.apache.tapestry.binding.BindingFactory |
---|
Creates bindings where the path is a HiveMind object reference. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="HiveMindBindingFactory"
>
- <set-object
property="valueConverter"
value="infrastructure:valueConverter"
/>
- <set-service
property="injectedValueProvider"
service-id="tapestry.InjectedValueProvider"
/>
</construct>
</invoke-factory>
|