Service Point tapestry.request.EngineFactory | Interface: | org.apache.tapestry.services.EngineFactory |
---|
Responsible for creating new instances of IEngine as needed. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="impl.EngineFactoryImpl"
>
- <set-object
property="applicationSpecification"
value="infrastructure:applicationSpecification"
/>
- <set-object
property="defaultEngineClassName"
value="global-property:org.apache.tapestry.engine-class"
/>
</construct>
</invoke-factory>
|