Module tapestry.bindings
Back to master index

[public] Service Point tapestry.bindings.MetaBindingFactory Interface: org.apache.tapestry.binding.BindingFactory
Utility binding for searching for a meta property value using org.apache.tapestry.services.ComponentPropertySource for meta key/value pairs.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="MetaBindingFactory" >
      • <set-object property="propertySource" value="service:tapestry.props.ComponentPropertySource" />
      • <set-object property="valueConverter" value="infrastructure:valueConverter" />
      </construct>
    </invoke-factory>

Module tapestry.bindings
Back to master index