Service Point tapestry.parse.SpecificationSource | Interface: | org.apache.tapestry.engine.ISpecificationSource |
Used to obtain specifications for pages, components and libraries. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="org.apache.tapestry.services.impl.SpecificationSourceImpl"
>
-
<set-service property="parser"
service-id="SpecificationParser"
/>
-
<set-object property="specification"
value="infrastructure:applicationSpecification"
/>
-
<set-object property="assetSource"
value="service:tapestry.asset.AssetSource"
/>
-
<event-listener service-id="tapestry.ResetEventHub"
/>
-
<event-listener service-id="tapestry.describe.ReportStatusHub"
/>
</construct>
</invoke-factory>
|