org.apache.tapestry.services.impl
Class InvokeEngineTerminator
java.lang.Object
org.apache.tapestry.services.impl.InvokeEngineTerminator
- All Implemented Interfaces:
- WebRequestServicer
public class InvokeEngineTerminator
- extends java.lang.Object
- implements WebRequestServicer
The terminatior for the tapestry.RequestProcessor
pipeline, this service is
responsible for:
- Storing the request and response into
RequestGlobals
.
- Locating the correct engine instance and letting it to the rest of the request.
- Returning the engine instance to the pool at the end of the request.
- Since:
- 4.0
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeEngineTerminator
public InvokeEngineTerminator()
service
public void service(WebRequest request,
WebResponse response)
throws java.io.IOException
- Specified by:
service
in interface WebRequestServicer
- Throws:
java.io.IOException
setEngineManager
public void setEngineManager(EngineManager manager)
setInfrastructure
public void setInfrastructure(Infrastructure infrastructure)
setRequestGlobals
public void setRequestGlobals(RequestGlobals requestGlobals)