Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.services » [javadoc | source]
org.apache.tapestry5.services
public interface: RequestFilter [javadoc | source]

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

Filter interface for org.apache.tapestry5.services.RequestHandler . Implementations of this interface may be contributed into the RequestHandler service configuration.
Method from org.apache.tapestry5.services.RequestFilter Summary:
service
Method from org.apache.tapestry5.services.RequestFilter Detail:
 public boolean service(Request request,
    Response response,
    RequestHandler handler) throws IOException
    Returns true if the request has been handled, false otherwise.