| ![[public]](../public.png) 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"  > 
                
</invoke-factory>
     <construct class="org.apache.tapestry.services.impl.SpecificationSourceImpl"
       > 
                    
</construct>
     <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"
       />  |