Service Point tapestry.props.ComponentPropertySource | Interface: | org.apache.tapestry.services.ComponentPropertySource |
---|
Provides access to component meta-data, with a search path that includes the component's namespace,
and the GlobalPropertySource. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="org.apache.tapestry.services.impl.ComponentPropertySourceImpl"
>
- <set-service
property="chainBuilder"
service-id="hivemind.lib.ChainBuilder"
/>
- <set-service
property="globalProperties"
service-id="GlobalPropertySource"
/>
- <event-listener
service-id="tapestry.ResetEventCoordinator"
/>
</construct>
</invoke-factory>
|