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="ResetEventCoordinator"
/>
- <set-object
property="componentPropertySource"
value="infrastructure:componentPropertySource"
/>
</construct>
</invoke-factory>
|