Service Point tapestry.bindings.ClientIdBindingFactory | Interface: | org.apache.tapestry.binding.BindingFactory |
Binding factory where the path is the id of a nested component. Its clientId is returned. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="ClientIdBindingFactory"
>
-
<set-object property="valueConverter"
value="infrastructure:valueConverter"
/>
</construct>
</invoke-factory>
|