Module
tapestry.enhance
Back to master index
Service Point tapestry.enhance.InjectMetaWorker
Interface:
org.apache.tapestry.enhance.InjectEnhancementWorker
Injects meta data from the component's specification (or elsewhere) and handles type conversion.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
singleton
" >
<construct
class
="
InjectMetaWorker
" >
<set-object
property
="
valueConverter
"
value
="
infrastructure:valueConverter
" />
<set-object
property
="
source
"
value
="
infrastructure:componentPropertySource
" />
</construct>
</invoke-factory>
Module
tapestry.enhance
Back to master index