java.lang.Object
org.apache.tapestry.services.impl.InvokeEngineTerminator
- All Implemented Interfaces:
- org.apache.tapestry.services.RequestServicer
- public class InvokeEngineTerminator
- extends java.lang.Object
- implements org.apache.tapestry.services.RequestServicer
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.
- Since:
- 3.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__CLOVER_318_0
public static com.cortexeb.tools.clover.d __CLOVER_318_0
_servlet
private javax.servlet.http.HttpServlet _servlet
_engineManager
private org.apache.tapestry.services.EngineManager _engineManager
_specification
private org.apache.tapestry.spec.IApplicationSpecification _specification
_infrastructure
private org.apache.tapestry.services.Infrastructure _infrastructure
InvokeEngineTerminator
public InvokeEngineTerminator()
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
service in interface org.apache.tapestry.services.RequestServicer
setEngineManager
public void setEngineManager(org.apache.tapestry.services.EngineManager manager)
setServlet
public void setServlet(javax.servlet.http.HttpServlet servlet)
setSpecification
public void setSpecification(org.apache.tapestry.spec.IApplicationSpecification specification)
setInfrastructure
public void setInfrastructure(org.apache.tapestry.services.Infrastructure infrastructure)