Module tapestry.bindings
Back to master index

[public] Service Point tapestry.bindings.BeanBindingFactory Interface: org.apache.tapestry.binding.BindingFactory
Creates bindings where the path is the name of a managed bean defined by the component.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="org.apache.tapestry.binding.BeanBindingFactory" >
      • <set-service property="valueConverter" service-id="tapestry.coerce.ValueConverter" />
      </construct>
    </invoke-factory>

Module tapestry.bindings
Back to master index