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"
/>
- <event-listener
service-id="tapestry.ResetEventCoordinator"
/>
</construct>
</invoke-factory>
|