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.
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.