org.apache.tapestry5.services
Interface RequestFilter

All Known Implementing Classes:
CheckForUpdatesFilter, EndOfRequestCleanupFilter, RequestErrorFilter, StaticFilesFilter

public interface RequestFilter

Filter interface for RequestHandler. Implementations of this interface may be contributed into the RequestHandler service configuration.


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

Method Detail

service

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

Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation.