org.apache.tapestry.services
Interface ServletRequestServicer

All Known Implementing Classes:
WebRequestServicerPipelineBridge

public interface ServletRequestServicer

An object that can service an HTTP servlet request. This is the bridge from the servlet world into the Tapestry world. Generally, few objects actually implement this; instead objects implement ServletRequestServicerFilter and plug into the tapestry.request.ServletRequestServicerPipeline configuration point.

Since:
4.0
Author:
Howard Lewis Ship

Method Summary
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws java.io.IOException,
                    javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException