Service Point tapestry.request.InvokeEngineTerminator | Interface: | org.apache.tapestry.services.RequestServicer |
---|
Terminator service for the RequestServicerPipeline. This locates an IEngine instance that
can take control of the request. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="org.apache.tapestry.services.impl.InvokeEngineTerminator"
>
- <set-service
property="engineManager"
service-id="EngineManager"
/>
- <set-object
property="specification"
value="service-property:tapestry.globals.ApplicationGlobals:specification"
/>
- <set-object
property="servlet"
value="service-property:tapestry.globals.ApplicationGlobals:servlet"
/>
- <set-service
property="infrastructure"
service-id="tapestry.Infrastructure"
/>
</construct>
</invoke-factory>
|