Module tapestry.bindings
Back to master index

[public] Service Point tapestry.bindings.OGNLBindingFactory Interface: org.apache.tapestry.binding.BindingFactory
Creates bindings where the path is a OGNL expression.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="OGNLBindingFactory" >
      • <set-service property="expressionEvaluator" service-id="tapestry.ognl.ExpressionEvaluator" />
      • <set-service property="expressionCache" service-id="tapestry.ognl.ExpressionCache" />
      • <set-object property="valueConverter" value="infrastructure:valueConverter" />
      </construct>
    </invoke-factory>

Module tapestry.bindings
Back to master index