Module tapestry.bindings
Back to master index

[public] Service Point tapestry.bindings.ClientIdListBindingFactory Interface: org.apache.tapestry.binding.BindingFactory
Binding factory where the path is a comma separated list of component ids which will be translated into the equivalent of "return Arrays.asList(new String[] {component.getComponent('stringid').getClientId(), component.getComponent('stringid2').getClientId()});" from a path like "stringid,stringid2".
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="ClientIdListBindingFactory" >
      • <set-object property="valueConverter" value="infrastructure:valueConverter" />
      </construct>
    </invoke-factory>

Module tapestry.bindings
Back to master index