org.apache.tapestry5.services
Interface RequestHandler


@UsesOrderedConfiguration(value=RequestFilter.class)
public interface RequestHandler

Service interface for the RequestHandler pipeline service. At the end of the pipeline, the service hands off to the master dispatcher service.


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 © 2003-2012 The Apache Software Foundation.