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

Method Detail

service

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


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