org.apache.tapestry.services.impl
Class InvokeEngineTerminator

java.lang.Object
  extended by 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:

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
InvokeEngineTerminator()
           
 
Method Summary
 void service(WebRequest request, WebResponse response)
           
 void setEngineManager(EngineManager manager)
           
 void setInfrastructure(Infrastructure infrastructure)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokeEngineTerminator

public InvokeEngineTerminator()
Method Detail

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.