Module
tapestry
Back to master index
Service Point tapestry.ComponentMessagesSource
Interface:
org.apache.tapestry.services.ComponentMessagesSource
Used to provide components (including pages) with access to their own localized messages.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
singleton
" >
<construct
class
="
impl.ComponentMessagesSourceImpl
" >
<event-listener
service-id
="
ResetEventHub
" />
<set-object
property
="
componentPropertySource
"
value
="
infrastructure:componentPropertySource
" />
<set-service
property
="
componentResourceResolver
"
service-id
="
tapestry.page.ComponentResourceResolver
" />
</construct>
</invoke-factory>
Module
tapestry
Back to master index