Service Point tapestry.page.ComponentSpecificationResolver | Interface: | org.apache.tapestry.resolver.ComponentSpecificationResolver |
---|
Locates the specification for a component or page. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="threaded" >
- <construct
class="org.apache.tapestry.resolver.ComponentSpecificationResolverImpl"
>
- <set-object
property="specificationSource"
value="infrastructure:specificationSource"
/>
- <set-service
property="delegate"
service-id="SpecificationResolverDelegate"
/>
- <set-object
property="applicationId"
value="infrastructure:applicationId"
/>
- <set-object
property="contextRoot"
value="infrastructure:contextRoot"
/>
</construct>
</invoke-factory>
|