org.apache.tapestry5.services
Interface HttpServletRequestFilter
- All Known Implementing Classes:
- GZipFilter, IgnoredPathsFilter, MultipartServletRequestFilter
public interface HttpServletRequestFilter
Filter interface for HttpServletRequestHandler
.
service
boolean service(HttpServletRequest request,
HttpServletResponse response,
HttpServletRequestHandler handler)
throws IOException
- Filter interface for the HttpServletRequestHandler pipeline. A filter should delegate to the handler. It may
perform operations before or after invoking the handler, and may modify the request and response passed in to the
handler.
- Returns:
- true if the request has been handled, false otherwise
- Throws:
IOException
Copyright © 2003-2012 The Apache Software Foundation.