org.apache.tapestry.services
Interface WebRequestServicer

All Known Subinterfaces:
IEngine
All Known Implementing Classes:
AbstractEngine, InvokeEngineTerminator

public interface WebRequestServicer

Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the tapestry.request.WebRequestServicerPipeline configuration point.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 void service(WebRequest request, WebResponse response)
           
 

Method Detail

service

public void service(WebRequest request,
                    WebResponse response)
             throws java.io.IOException
Throws:
java.io.IOException