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(HttpServletRequest request, HttpServletResponse response)
          Returns true if the request was handled, false otherwise.
 

Method Detail

service

boolean service(HttpServletRequest request,
                HttpServletResponse response)
                throws IOException
Returns true if the request was handled, false otherwise.

Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation.