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(HttpServletRequest request, HttpServletResponse response)
           
 

Method Detail

service

void service(HttpServletRequest request,
             HttpServletResponse response)
             throws IOException,
                    ServletException
Throws:
IOException
ServletException


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.