Module tapestry.props
Back to master index

[public] 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.ResetEventHub" />
      </construct>
    </invoke-factory>

Module tapestry.props
Back to master index