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