Module
tapestry.enhance
Back to master index
Service Point tapestry.enhance.SpecifiedPropertyWorker
Interface:
org.apache.tapestry.enhance.EnhancementWorker
Finds specified properties (from the specification) and constructs the corresponding properties in the enhanced class.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
singleton
" >
<construct
class
="
SpecifiedPropertyWorker
" >
<set-service
property
="
bindingSource
"
service-id
="
tapestry.bindings.BindingSource
" />
</construct>
</invoke-factory>
Module
tapestry.enhance
Back to master index