Service Point tapestry.bindings.LiteralBindingFactory | Interface: | org.apache.tapestry.binding.BindingFactory |
Creates bindings where the path is the literal (aka static) value. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="LiteralBindingFactory"
>
-
<set-object property="valueConverter"
value="infrastructure:valueConverter"
/>
</construct>
</invoke-factory>
|