org.apache.tapestry.services.impl
Class InvokeEngineTerminator
java.lang.Object
org.apache.tapestry.services.impl.InvokeEngineTerminator
- All Implemented Interfaces:
- WebRequestServicer
public class InvokeEngineTerminator
- extends Object
- implements WebRequestServicer
The terminatior for the tapestry.RequestProcessor
pipeline, this service is
responsible for:
- 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 IOException
- Specified by:
service
in interface WebRequestServicer
- Throws:
IOException
setEngineManager
public void setEngineManager(EngineManager manager)
setInfrastructure
public void setInfrastructure(Infrastructure infrastructure)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.