org.apache.tapestry.services
Interface ServletRequestServicerFilter

All Known Implementing Classes:
DecodedRequestInjector, MultipartDecoderFilter, SetupRequestEncoding

public interface ServletRequestServicerFilter

Filter interface for ServletRequestServicer. Allows objects and services to "plug into" the pipeline.

Since:
4.0
Author:
Howard Lewis Ship

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

Method Detail

service

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