org.apache.tapestry.services
Interface HttpServletRequestHandler


public interface HttpServletRequestHandler

Service interface for the HttpServletRequestHandler pipeline service.

See Also:
HttpServletRequestFilter

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 © 2006-2008 Apache Software Foundation. All Rights Reserved.