org.apache.tapestry.services
Interface RequestHandler


public interface RequestHandler

Service interface for the RequestHandler pipeline service. An ordered configuration of filters may be contributed to the service.

See Also:
RequestFilter

Method Summary
 boolean service(Request request, Response response)
          Returns true if the request has been handled, false otherwise.
 

Method Detail

service

boolean service(Request request,
                Response response)
                throws IOException
Returns true if the request has been handled, false otherwise.

Throws:
IOException


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.