org.apache.tapestry.services
Interface RequestFilter
- All Known Implementing Classes:
- CheckForUpdatesFilter, LocalizationFilter, StaticFilesFilter
public interface RequestFilter
Filter interface for RequestHandler. Implementations of this interface may be
contributed into the RequestHandler service configuration.
- See Also:
org.apache.tapestry.services.TapestryModule#contributeRequestHandler(org.apache.tapestry.ioc.OrderedConfiguration,
Context, RequestExceptionHandler, long, long, org.apache.tapestry.internal.services.LocalizationSetter,
RequestFilter)
service
boolean service(Request request,
Response response,
RequestHandler handler)
throws IOException
- Returns true if the request has been handled, false otherwise.
- Throws:
IOException
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.