Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.tapestry.services.impl
Class InvokeEngineTerminator  view InvokeEngineTerminator download InvokeEngineTerminator.java

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

Field Summary
static com.cortexeb.tools.clover.d __CLOVER_318_0
           
private  org.apache.tapestry.services.EngineManager _engineManager
           
private  org.apache.tapestry.services.Infrastructure _infrastructure
           
private  javax.servlet.http.HttpServlet _servlet
           
private  org.apache.tapestry.spec.IApplicationSpecification _specification
           
 
Constructor Summary
InvokeEngineTerminator()
           
 
Method Summary
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setEngineManager(org.apache.tapestry.services.EngineManager manager)
           
 void setInfrastructure(org.apache.tapestry.services.Infrastructure infrastructure)
           
 void setServlet(javax.servlet.http.HttpServlet servlet)
           
 void setSpecification(org.apache.tapestry.spec.IApplicationSpecification specification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__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
Constructor Detail

InvokeEngineTerminator

public InvokeEngineTerminator()
Method Detail

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)