Service Point tapestry.valid.ValidatorBindingFactory | Interface: | org.apache.tapestry.binding.BindingFactory |
Creates bindings that provide access to validators defined
by the tapestry.valid.Validators configuration point. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="ValidatorBindingFactory"
>
-
<set-service property="validatorBeanFactory"
service-id="ValidatorBeanFactory"
/>
-
<set-object property="valueConverter"
value="infrastructure:valueConverter"
/>
-
<set-service property="scriptSource"
service-id="tapestry.script.ScriptSource"
/>
</construct>
</invoke-factory>
|