Module tapestry.request
Back to master index

[public] Service Point tapestry.request.InvokeEngineTerminator Interface: org.apache.tapestry.services.WebRequestServicer
Terminator service for the WebRequestServicerPipeline. This locates an IEngine instance that can take control of the remainder of the request.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="impl.InvokeEngineTerminator" >
      • <set-service property="engineManager" service-id="EngineManager" />
      • <set-service property="infrastructure" service-id="tapestry.Infrastructure" />
      </construct>
    </invoke-factory>

Module tapestry.request
Back to master index