Module
tapestry.bindings
Back to master index
Service Point tapestry.bindings.StateBindingFactory
Interface:
org.apache.tapestry.binding.BindingFactory
Creates bindings where the path is the name of an asset of the component.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
singleton
" >
<construct
class
="
StateBindingFactory
" >
<set-object
property
="
valueConverter
"
value
="
infrastructure:valueConverter
" />
<set-object
property
="
applicationStateManager
"
value
="
infrastructure:applicationStateManager
" />
</construct>
</invoke-factory>
Module
tapestry.bindings
Back to master index