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)
|
service
void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServletRequestServicer servicer)
throws IOException,
javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.