org.apache.tapestry5.services
Interface HttpServletRequestHandler
@UsesOrderedConfiguration(value=HttpServletRequestFilter.class)
public interface HttpServletRequestHandler
The first step in handing an incoming request to the servlet filter,
this constructed as a pipeline. The main
implementation hands off to the RequestHandler
service.
Method Summary |
boolean |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns true if the request was handled, false otherwise. |
service
boolean service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
- Returns true if the request was handled, false otherwise.
- Throws:
java.io.IOException
Copyright © 2003-2012 The Apache Software Foundation.